Skip to content
Snippets Groups Projects
Commit ea8057ea authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Add missing runtime deps

parent 317e943d
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ COPY --from=staging /build /usr
ENV PYTHONPATH=/usr/lib/python3.5/site-packages
# Add runtime system deps
RUN apk add --update --no-cache wget gzip libmagic git unzip libpq
RUN apk add --update --no-cache wget gzip libmagic git unzip libpq libxslt libjpeg
# Add unprivilegied user
RUN addgroup -g 1000 teklia && adduser -D -u 1000 -G teklia ark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment