Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ResearchAndDevelopment
LINC
Commits
e2bdbde7
Commit
e2bdbde7
authored
1 year ago
by
Marcel Loose
Browse files
Options
Downloads
Patches
Plain Diff
Update NodeJS in Docker image
parent
d06368a5
No related branches found
No related tags found
1 merge request
!180
Update NodeJS in Docker image
Pipeline
#67375
passed
1 year ago
Stage: versioning
Stage: build
Stage: tests
Stage: docs
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.dockerignore
+1
-0
1 addition, 0 deletions
.dockerignore
Docker/Dockerfile-base
+2
-2
2 additions, 2 deletions
Docker/Dockerfile-base
with
3 additions
and
2 deletions
.dockerignore
+
1
−
0
View file @
e2bdbde7
.git/
build/
dist/
Docker/
docs/build/
*.egg-info/
venv/
This diff is collapsed.
Click to expand it.
Docker/Dockerfile-base
+
2
−
2
View file @
e2bdbde7
...
...
@@ -136,11 +136,12 @@ RUN git clone --no-checkout \
# This way, we are sure that the latest versions of `pip`, `setuptools`, and
# `wheel` are installed in /usr/local, the only directory we're going to copy
# over to the next build stage.
RUN wget https://bootstrap.pypa.io/get-pip.py && \
RUN wget
-q
https://bootstrap.pypa.io/get-pip.py && \
python3 get-pip.py
# Install required python packages
RUN python3 -m pip install --no-cache-dir --upgrade \
nodejs-wheel \
toil[cwl]
# Install current version of LINC. By adding this to the base image
...
...
@@ -220,7 +221,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
libpython3.8 \
libsigc++-2.0-0v5 \
libstdc++6 \
nodejs \
python3 \
python3-casacore \
python3-distutils \
...
...
This diff is collapsed.
Click to expand it.
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