Update Dockerfile (#738)
This commit is contained in:
committed by
GitHub
parent
00a08e05ba
commit
d75aa0ddbd
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user