Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add jinja and pygments to Docker images
  • Loading branch information
3nids committed Apr 6, 2020
1 parent 1383cde commit 43c5252
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .docker/qgis.dockerfile
Expand Up @@ -54,6 +54,9 @@ RUN cmake \
&& SUCCESS=OK \
&& timeout ${BUILD_TIMEOUT}s ninja install || SUCCESS=TIMEOUT \
&& echo "$SUCCESS" > /QGIS/build_exit_value

# Additional run-time dependencies
RUN pip3 install jinja2 pygments

################################################################################
ARG DELETE_CACHE=FALSE
Expand All @@ -77,7 +80,6 @@ COPY .docker/qgis_resources/supervisor/ /etc/supervisor
# needed to find PyQt wrapper provided by QGIS
ENV PYTHONPATH=/usr/share/qgis/python/:/usr/share/qgis/python/plugins:/usr/lib/python3/dist-packages/qgis:/usr/share/qgis/python/qgis


WORKDIR /

# Run supervisor
Expand Down

0 comments on commit 43c5252

Please sign in to comment.