Skip to content

Commit

Permalink
Gcc is required to install c2cwsgiutils
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 12, 2019
1 parent c07da9e commit 1d26942
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/qgisserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ ARG VERSION=latest
FROM camptocamp/qgis-server:${VERSION}
LABEL maintainer Camptocamp "[email protected]"

RUN \
. /etc/os-release && \
apt-get update && \
apt-get install --assume-yes --no-install-recommends gcc && \
apt-get clean && \
rm --recursive --force /var/lib/apt/lists/*

COPY requirements.txt /tmp/
RUN python3 -m pip install --requirement /tmp/requirements.txt

Expand Down

0 comments on commit 1d26942

Please sign in to comment.