Skip to content

Commit 56a4272

Browse files
authored
define a specific version of wheel on the base Dockerfile (#13104)
1 parent 1ac0076 commit 56a4272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/docker/base/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN apt-get install -y devscripts build-essential debhelper pkg-kde-tools sharut
3030
# Install pip packages
3131
RUN pip3 install uwsgi \
3232
&& pip install pip --upgrade \
33+
&& pip install wheel==0.38.1 \
3334
&& pip install pygdal==$(gdal-config --version).*
3435

3536
# Install "sherlock" to be used with "memcached"

0 commit comments

Comments
 (0)