From 841163eef55a7d1f2d8dcebb7b2f3dbf67d610bc Mon Sep 17 00:00:00 2001 From: Vincent Fortier Date: Sat, 20 Nov 2021 15:27:27 +0000 Subject: [PATCH] Dockerfile: Remove pip3 isntall of httpie (left for a future PR) --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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