Skip to content

Commit c70d819

Browse files
committed
fix(Dockerfile): fix django python3-distutils on bionic 18.04
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 42d12ff commit c70d819

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
66
$buildDeps \
77
libffi6 \
88
libssl1.0.0 \
9-
python3-minimal && \
9+
python3-minimal \
10+
python3-distutils && \
1011
pip3 install --disable-pip-version-check --no-cache-dir docker-py==1.10.6 && \
1112
# cleanup
1213
apt-get purge -y --auto-remove $buildDeps && \

0 commit comments

Comments
 (0)