Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
senfcall-public
Docker Bbb Build
Commits
f6f378d9
Commit
f6f378d9
authored
Jul 24, 2021
by
Johannes Barthel
Browse files
downgrade node.js 14→12
parent
178333f8
Pipeline
#5822
passed with stage
in 6 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f6f378d9
...
...
@@ -148,8 +148,8 @@ RUN cd ..
#
# Added to build the HTML5 client
RUN
curl
-s
https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
RUN
echo
'deb https://deb.nodesource.com/node_1
4
.x bionic main'
>
/etc/apt/sources.list.d/nodesource.list
RUN
echo
'deb-src https://deb.nodesource.com/node_1
4
.x bionic main'
>>
/etc/apt/sources.list.d/nodesource.list
RUN
echo
'deb https://deb.nodesource.com/node_1
2
.x bionic main'
>
/etc/apt/sources.list.d/nodesource.list
RUN
echo
'deb-src https://deb.nodesource.com/node_1
2
.x bionic main'
>>
/etc/apt/sources.list.d/nodesource.list
RUN
apt-get update
&&
apt-get
install
-y
nodejs
...
...
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