Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
imagehoster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
imagehoster
Commits
c03acaef
Commit
c03acaef
authored
1 year ago
by
Rishi Panthee
Committed by
Dan Notestein
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Don't install vips in dockerfile
parent
4915d8a3
No related branches found
No related tags found
1 merge request
!8
Runs on Node.JS 18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-7
2 additions, 7 deletions
Dockerfile
with
2 additions
and
7 deletions
Dockerfile
+
2
−
7
View file @
c03acaef
...
...
@@ -10,12 +10,7 @@ RUN apk add \
fftw-dev
\
git
\
make
\
python
RUN
apk add
\
--no-cache
\
--repository
https://alpine.global.ssl.fastly.net/alpine/v3.10/community
\
vips-dev
py-pip
# install application dependencies
COPY
package.json yarn.lock ./
...
...
@@ -36,7 +31,7 @@ WORKDIR /app
RUN
apk add
\
--no-cache
\
--repository
https://alpine.global.ssl.fastly.net/alpine/v3.10/community
\
fftw
vips
fftw
COPY
--from=build-stage /app/config config
COPY
--from=build-stage /app/lib lib
COPY
--from=build-stage /app/node_modules node_modules
...
...
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