We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42d12ff + c70d819 commit 92d76efCopy full SHA for 92d76ef
1 file changed
rootfs/Dockerfile
@@ -6,7 +6,8 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
6
$buildDeps \
7
libffi6 \
8
libssl1.0.0 \
9
- python3-minimal && \
+ python3-minimal \
10
+ python3-distutils && \
11
pip3 install --disable-pip-version-check --no-cache-dir docker-py==1.10.6 && \
12
# cleanup
13
apt-get purge -y --auto-remove $buildDeps && \
0 commit comments