Skip to content

Commit

Permalink
Merge pull request #10 from Cryptophobia/master
Browse files Browse the repository at this point in the history
fix(Dockerfile): fix django python3-distutils on bionic 18.04
  • Loading branch information
Cryptophobia authored May 26, 2020
2 parents 42d12ff + c70d819 commit 92d76ef
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 92d76ef

Please sign in to comment.