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-ci-jekyll-runner
Commits
eaec2d51
Commit
eaec2d51
authored
Jun 13, 2018
by
Michał 'rysiek' Woźniak
Browse files
npm's CA got shot behind the shed and now we have to fix things
parent
5b075523
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
Dockerfile
Dockerfile
+6
-1
No files found.
Dockerfile
View file @
eaec2d51
...
...
@@ -27,9 +27,14 @@ RUN apt-get update && \
linux-libc-dev
\
libc6
\
software-properties-common
\
nodejs
&&
\
nodejs
\
npm
&&
\
rm
-rf
/var/lib/apt/lists/
*
# npm's self-signed CA is no more
# https://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more
RUN
npm config
set
ca
=
""
# need a newer Ruby
RUN
add-apt-repository ppa:brightbox/ruby-ng
&&
\
apt-get update
&&
\
...
...
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