Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Diederich
FOSSA With Cache
Commits
6e030923
Commit
6e030923
authored
Jun 23, 2022
by
David Diederich
Browse files
Merge branch '3-upgrade-to-node-v14' into 'main'
Resolve "Upgrade to Node v14" Closes
#3
See merge request
!5
parents
a4ba7269
0ef60a90
Pipeline
#119524
passed with stages
in 22 minutes and 8 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
6e030923
FROM
maven:3.6.3-jdk-8
RUN
apt-get update
&&
apt-get
install
-y
npm
RUN
apt-get update
# Installing Node 14.9.3 from the tarball because the base container's repository only has older versions of node
RUN
wget
'https://nodejs.org/download/release/v14.19.3/node-v14.19.3-linux-x64.tar.gz'
RUN
tar
-xzC
/usr
--strip-components
1
-f
node-v14.19.3-linux-x64.tar.gz
ENV
PYTHON_VERSION 3.8.12
RUN
apt-get
install
-y
build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libsqlite3-dev libreadline-dev libffi-dev curl libbz2-dev
...
...
Write
Preview
Supports
Markdown
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