Skip to content

Commit 619453b

Browse files
authored
Lh/proposed changes (#418)
* suggested changes to update api * upgrade snaps if needed. * assume yes * Ubuntu server doesn't have snap installed.
1 parent 354176b commit 619453b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ENV DEBIAN_FRONTEND noninteractive
66
RUN apt-get update && apt-get install -y python3 python3-pip python3-venv nginx supervisor curl libpq-dev jq
77
RUN apt-get install -y binutils libproj-dev gdal-bin
88
RUN apt-get upgrade -y
9-
RUN snap refresh
109
# Setup python 3 virtualenv
1110
RUN mkdir /envs/
1211
RUN python3 -m venv /envs/data_hub

0 commit comments

Comments
 (0)