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
0e016c95
Commit
0e016c95
authored
Feb 08, 2022
by
Anton Georgiev
Browse files
Update Node to 16, npm to 8.4.1
parent
96331984
Pipeline
#6616
passed with stage
in 6 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
0e016c95
...
...
@@ -152,13 +152,13 @@ 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
6
.x bionic main'
>
/etc/apt/sources.list.d/nodesource.list
RUN
echo
'deb-src https://deb.nodesource.com/node_1
6
.x bionic main'
>>
/etc/apt/sources.list.d/nodesource.list
RUN
apt-get update
&&
apt-get
install
-y
nodejs
RUN
curl https://install.meteor.com/?release
=
2.5 | sh
RUN
npm
install
npm@
6.1
4.1
5
-g
RUN
npm
install
npm@
8.
4.1
-g
RUN
apt-get
install
-y
software-properties-common jq moreutils
...
...
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