Skip to content

Commit

Permalink
Merge pull request #62 from cal-itp/hub-v14
Browse files Browse the repository at this point in the history
make geopandas happy with python 3.10
  • Loading branch information
atvaccaro authored Jun 7, 2022
2 parents 0c89f18 + c911c68 commit 3c77d4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
RUN apt update \
&& apt install keychain \
&& apt install -y nodejs \
&& apt install git-lfs \
&& apt install gh
&& apt install -y keychain nodejs git-lfs gh libspatialindex-dev
USER $NB_UID
RUN npm install -g --unsafe-perm=true --allow-root netlify-cli

Expand Down

0 comments on commit 3c77d4b

Please sign in to comment.