diff --git a/paperless_ng/Dockerfile b/paperless_ng/Dockerfile index d7cfc6a41..63aefd4e2 100644 --- a/paperless_ng/Dockerfile +++ b/paperless_ng/Dockerfile @@ -48,7 +48,8 @@ ENV PACKAGES="jq \ keyutils \ smbclient \ samba \ - yamllint" + yamllint \ + python-pip" # Automatic apps & bashio RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \