Skip to content

Commit

Permalink
Dockerfile: Remove pip3 isntall of httpie (left for a future PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Nov 20, 2021
1 parent b07d980 commit 841163e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 841163e

Please sign in to comment.