Skip to content

Commit

Permalink
fix(Dockerfile): fix django python3-distutils on bionic 18.04
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
  • Loading branch information
Cryptophobia committed May 26, 2020
1 parent 42d12ff commit c70d819
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
$buildDeps \
libffi6 \
libssl1.0.0 \
python3-minimal && \
python3-minimal \
python3-distutils && \
pip3 install --disable-pip-version-check --no-cache-dir docker-py==1.10.6 && \
# cleanup
apt-get purge -y --auto-remove $buildDeps && \
Expand Down

0 comments on commit c70d819

Please sign in to comment.