Skip to content

Commit

Permalink
move git gnupg2 and ssh client to vscode target
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy committed Mar 1, 2024
1 parent 29f8eed commit 5910fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update -y && \
spatialite-bin libsqlite3-mod-spatialite \
python3-dev python3-gdal python3-psycopg2 python3-ldap \
python3-pip python3-pil python3-lxml python3-pylibmc \
uwsgi uwsgi-plugin-python3 git gnupg2
uwsgi uwsgi-plugin-python3

# Install pip packages
ADD deployment/docker/requirements.txt /requirements.txt
Expand Down Expand Up @@ -50,6 +50,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
# ********************************************************
# * Anything else you want to do like clean up goes here *
# ********************************************************
RUN apt-get update && apt-get install -y git gnupg2 openssh-client

# [Optional] Set the default user. Omit if you want to keep the default as root.
USER $USERNAME
Expand Down

0 comments on commit 5910fb3

Please sign in to comment.