Skip to content

Commit

Permalink
add gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaellaude committed Jul 20, 2024
1 parent 61f5255 commit a2684d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV APP_HOME /app
WORKDIR $APP_HOME

RUN apt-get update && \
apt-get install -y openssh-client libpq-dev postgresql && \
apt-get install -y openssh-client libpq-dev postgresql libpq-dev gdal-bin libgdal-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit a2684d4

Please sign in to comment.