Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Commits
b23b0dd1
Commit
b23b0dd1
authored
1 year ago
by
Дмитрий Кибирев
Committed by
Yaroslav Dynnikov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: deprecated nodejs install script
parent
63e6d3fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!809
ci: deprecated nodejs install script
Pipeline
#30356
passed
1 year ago
Stage: build-base-image
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-build-base/Dockerfile
+10
-4
10 additions, 4 deletions
docker-build-base/Dockerfile
with
10 additions
and
4 deletions
docker-build-base/Dockerfile
+
10
−
4
View file @
b23b0dd1
...
...
@@ -10,7 +10,8 @@ RUN set -e; \
python3-yaml
\
python3-six
\
python3-gevent
\
python3-pip
python3-pip
&&
\
apt-get clean all
RUN
set
-e
;
\
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs |
\
...
...
@@ -25,6 +26,11 @@ RUN PIP_NO_CACHE_DIR=true python3.10 -m pip install -q --require-hashes -r /tmp/
&&
rm
/tmp/requirements-pipenv.txt
# install nodejs
RUN
curl
-fsSL
https://deb.nodesource.com/setup_19.x | bash -
&&
\
apt
install
-y
nodejs
&&
\
corepack
enable
# https://github.com/nodesource/distributions#installation-scripts
RUN
curl
-SLO
https://deb.nodesource.com/nsolid_setup_deb.sh
&&
\
chmod
755 nsolid_setup_deb.sh
&&
\
./nsolid_setup_deb.sh 21
&&
\
rm
nsolid_setup_deb.sh
&&
\
apt-get
install
nodejs
&&
\
corepack
enable
&&
\
apt-get clean all
This diff is collapsed.
Click to expand it.
Дмитрий Кибирев
@kdy
mentioned in commit
0a64e5d9
·
1 year ago
mentioned in commit
0a64e5d9
mentioned in commit 0a64e5d9711cd1def1ff763c9fd0c25b8a4dc9bf
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment