diff --git a/Dockerfile b/Dockerfile index d09fdd1218f9..e07698ee3b95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,8 +73,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ # Install pip, setuptools for Python3 RUN wget https://bootstrap.pypa.io/get-pip.py -O - | python3 -# Install virtualenv and httpie -RUN pip3 install virtualenv httpie # Install poetry to allow pre-downloading wheels RUN pip3 install poetry==1.1.11 # Install meson cross-platform build system