We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354176b commit 619453bCopy full SHA for 619453b
Dockerfile
@@ -6,7 +6,6 @@ ENV DEBIAN_FRONTEND noninteractive
6
RUN apt-get update && apt-get install -y python3 python3-pip python3-venv nginx supervisor curl libpq-dev jq
7
RUN apt-get install -y binutils libproj-dev gdal-bin
8
RUN apt-get upgrade -y
9
-RUN snap refresh
10
# Setup python 3 virtualenv
11
RUN mkdir /envs/
12
RUN python3 -m venv /envs/data_hub
0 commit comments