Fix modifying the GID under alpine

Fixes #306.
This commit is contained in:
Pit Kleyersburg
2018-02-24 11:20:00 +01:00
parent 72750b9243
commit 4333ee01bc
2 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ ENV PAPERLESS_EXPORT_DIR=/export \
# Install dependencies
RUN apk --no-cache --update add \
python3 gnupg libmagic bash \
python3 gnupg libmagic bash shadow \
sudo poppler tesseract-ocr imagemagick ghostscript unpaper && \
apk --no-cache add --virtual .build-dependencies \
python3-dev poppler-dev gcc g++ musl-dev zlib-dev jpeg-dev && \