Merge pull request #312 from pitkley/docker-fix-groupmod

Fix modifying the GID under alpine
This commit is contained in:
Daniel Quinn
2018-02-25 12:43:22 +01:00
committed by GitHub
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 && \