Skip to content

Commit

Permalink
Merge pull request #123 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 bd0a5f1 + 17448e2 commit 1cee311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN buildDeps='gcc libffi-dev libpq-dev libldap2-dev libsasl2-dev python3-dev py
libpq5 \
libldap-2.4 \
python3-minimal \
python3-distutils \
# cryptography package needs pkg_resources
python3-pkg-resources && \
ln -s /usr/bin/python3 /usr/bin/python && \
Expand Down

0 comments on commit 1cee311

Please sign in to comment.