Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
packages
docker-images
Commits
ff019c03
Commit
ff019c03
authored
3 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
New attempt at getting yarn to work in meteor image
parent
4170f819
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#15785
canceled
3 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile.meteor
+2
-2
2 additions, 2 deletions
Dockerfile.meteor
with
2 additions
and
2 deletions
Dockerfile.meteor
+
2
−
2
View file @
ff019c03
...
@@ -15,8 +15,8 @@ RUN echo 'deb https://deb.nodesource.com/node_14.x bullseye main' > /etc/apt/sou
...
@@ -15,8 +15,8 @@ RUN echo 'deb https://deb.nodesource.com/node_14.x bullseye main' > /etc/apt/sou
RUN apt-get -qq update && \
RUN apt-get -qq update && \
apt-get -qq install nodejs && \
apt-get -qq install nodejs && \
apt-get -qq clean && \
apt-get -qq clean && \
corepack enable
yarn
&& \
corepack enable && \
corepack prepare
yarn
corepack prepare
--all
RUN cd && \
RUN cd && \
wget -q "https://static-meteor.netdna-ssl.com/packages-bootstrap/${METEOR_VERSION}/meteor-bootstrap-os.linux.x86_64.tar.gz" -O meteor-bootstrap.tar.gz && \
wget -q "https://static-meteor.netdna-ssl.com/packages-bootstrap/${METEOR_VERSION}/meteor-bootstrap-os.linux.x86_64.tar.gz" -O meteor-bootstrap.tar.gz && \
...
...
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