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

Add zlib-dev dep in dockerfile

parent 037527a6
No related branches found
No related tags found
1 merge request!32IIIF act endpoint
......@@ -5,7 +5,7 @@ ARG FRONTEND_BRANCH=master
ARG GITLAB_TOKEN="gTPA5UQYesSuKMCRM2r_"
# Add system dependencies
RUN apk add --update --no-cache postgresql-dev jpeg-dev build-base wget gzip
RUN apk add --update --no-cache postgresql-dev jpeg-dev build-base wget gzip zlib-dev
# Setup frontend
ENV FRONTEND_DIR="/frontend/dist"
......
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