Update Dockerfile (#738)

This commit is contained in:
Francesco Bartoli
2021-07-22 17:14:52 +02:00
committed by GitHub
parent 00a08e05ba
commit d75aa0ddbd
+2
View File
@@ -90,6 +90,8 @@ RUN \
&& cd /pygeoapi \
# Optionally add development/test/doc packages
&& if [ "$BUILD_DEV_IMAGE" = "true" ] ; then pip3 install -r requirements-dev.txt; fi \
# Temporary fix for elasticsearch-dsl module not available as deb package in bionic
&& pip3 install elasticsearch-dsl \
&& pip3 install -e . \
# OGC schemas local setup
&& mkdir /schemas.opengis.net \