Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
d363f64b
Commit
d363f64b
authored
6 years ago
by
Bastien Abadie
Browse files
Options
Downloads
Patches
Plain Diff
Add zlib-dev dep in dockerfile
parent
037527a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!32
IIIF act endpoint
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
d363f64b
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment