We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac0076 commit 56a4272Copy full SHA for 56a4272
scripts/docker/base/ubuntu/Dockerfile
@@ -30,6 +30,7 @@ RUN apt-get install -y devscripts build-essential debhelper pkg-kde-tools sharut
30
# Install pip packages
31
RUN pip3 install uwsgi \
32
&& pip install pip --upgrade \
33
+ && pip install wheel==0.38.1 \
34
&& pip install pygdal==$(gdal-config --version).*
35
36
# Install "sherlock" to be used with "memcached"
0 commit comments