We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a393f85 commit 9132122Copy full SHA for 9132122
Dockerfile
@@ -6,6 +6,7 @@ RUN apt-get update && \
6
7
RUN apt-get install -y \
8
zip \
9
+ curl \
10
python-pip
11
12
RUN pip install -U pip && \
0 commit comments