From c911c687edc2a32153f06cc8fa4ab222a5492650 Mon Sep 17 00:00:00 2001 From: Andrew Vaccaro Date: Tue, 7 Jun 2022 18:15:16 -0400 Subject: [PATCH] make geopandas happy with python 3.10 --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1070dbc..0cc8e4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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