Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
gitlab-jekyll-runner
Commits
93dcd412
Verified
Commit
93dcd412
authored
Oct 01, 2021
by
Aleksandar Todorović
Browse files
npm needs to be in a separate run step, don't ask why
parent
74d9045c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Dockerfile
Dockerfile
+3
-0
No files found.
Dockerfile
View file @
93dcd412
...
...
@@ -73,6 +73,9 @@ RUN apt-get update && \
nodejs
&&
\
rm
-rf
/var/lib/apt/lists/
*
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
npm
# npm's self-signed CA is no more
# https://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more
RUN
npm config
-g
set
ca
""
...
...
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