Skip to content
Snippets Groups Projects
Commit e2bdbde7 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Update NodeJS in Docker image

parent d06368a5
No related branches found
No related tags found
1 merge request!180Update NodeJS in Docker image
Pipeline #67375 passed
.git/
build/
dist/
Docker/
docs/build/
*.egg-info/
venv/
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment