We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7babd3c commit 916e94fCopy full SHA for 916e94f
Dockerfile
@@ -9,7 +9,7 @@
9
FROM python:3.7-slim-buster
10
11
RUN apt-get update \
12
- && apt-get install -y bash bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev libgomp1 libpopt0\
+ && apt-get install -y bash bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev libgomp1 libpopt0 curl\
13
&& apt-get clean \
14
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
15
0 commit comments