Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit 54a164c

Browse files
committed
Dockerfile: include httpie in the image
1 parent 1437515 commit 54a164c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
1111
make \
1212
git \
1313
&& rm -rf /var/lib/apt/lists/*
14-
RUN pip3 install --upgrade pip poetry
14+
RUN pip3 install --upgrade pip poetry httpie
1515

1616
# we're already in a container, no need for venvs
1717
RUN poetry config virtualenvs.create false

0 commit comments

Comments
 (0)