Add pyopenssl required by owslib

This commit is contained in:
Alessandro Pasotti 2018-06-25 13:16:42 +02:00
parent 3faced1ee9
commit bc644208e0

View File

@ -107,7 +107,7 @@ RUN apt-get update \
termcolor \
owslib \
oauthlib \
&& apt-get autoremove -y python3-pip python2.7 \
pyopenssl \
&& apt-get clean
RUN echo "alias python=python3" >> ~/.bash_aliases