Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
J
jdk-node
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
docker
jdk-node
Commits
60e5fb1d
Verified
Commit
60e5fb1d
authored
Mar 06, 2018
by
Noah Prail
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed Dockerfile
parent
19b94a94
Pipeline
#2318
passed with stage
in 1 minute and 42 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
60e5fb1d
...
...
@@ -11,7 +11,7 @@ RUN apt-get update && \
echo
"deb https://dl.yarnpkg.com/debian/ stable main"
|
tee
/etc/apt/sources.list.d/yarn.list
&&
\
curl
-sL
https://deb.nodesource.com/setup_
${
NODE_VERSION
}
.x | bash -
&&
\
apt-get
install
--no-install-recommends
-y
nodejs yarn
&&
\
npm i
-g
npm@
${
NPM_VERSION
}
npm i
-g
npm@
${
NPM_VERSION
}
&&
\
node
-v
&&
npm
-v
&&
yarn
-V
&&
\
npm i
-g
npx
&&
\
apt-get
-y
autoremove
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment