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 dbac78e commit 37fd1f5Copy full SHA for 37fd1f5
dockerfile
@@ -38,8 +38,9 @@ RUN apt-get update && \
38
add-apt-repository ppa:deadsnakes/ppa -y && \
39
apt-get update && \
40
apt-get install --no-install-recommends -y \
41
+ curl \
42
python$PYTHON_VERSION \
- python$PYTHON_VERSION-distutils \
43
+ python$PYTHON_VERSION-distutils && \
44
rm -rf /var/lib/apt/lists/* && \
45
apt-get clean
46
0 commit comments