Skip to content

Commit

Permalink
Add git as an additional dependency to spcgeonode django docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Dec 16, 2020
1 parent 1d007b2 commit 6dbcb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spcgeonode/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM python:3.7-slim-stretch
RUN echo "Updating apt-get" && \
apt-get update && \
echo "Installing build dependencies" && \
apt-get install -y gcc make libc-dev musl-dev libpcre3 libpcre3-dev g++ && \
apt-get install -y gcc make libc-dev musl-dev libpcre3 libpcre3-dev g++ git && \
echo "Installing Pillow dependencies" && \
# RUN apt-get install -y NOTHING ?? It was probably added in other packages... ALPINE needed jpeg-dev zlib-dev && \
echo "Installing GDAL dependencies" && \
Expand Down

0 comments on commit 6dbcb89

Please sign in to comment.