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 bd0a5f1 commit 17448e2
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 17448e2

Please sign in to comment.