Skip to content

Commit

Permalink
add python3-six as apt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk authored and ftsell committed Nov 9, 2021
1 parent 7d95f49 commit 5fd364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM docker.io/debian:bullseye-slim
# install imagetagger system dependencies
RUN apt-get update && \
apt-get install --no-install-recommends -y g++ wget uwsgi-plugin-python3 python3 python3-pip node-uglify make git \
python3-ldap3 python3-pkg-resources gettext gcc python3-dev python3-setuptools libldap2-dev \
python3-ldap3 python3-six python3-pkg-resources gettext gcc python3-dev python3-setuptools libldap2-dev \
libsasl2-dev nginx pipenv

# add requirements file
Expand Down

0 comments on commit 5fd364b

Please sign in to comment.