Skip to content
Snippets Groups Projects
Commit 744d4d4b authored by EXT Soraya Arias's avatar EXT Soraya Arias
Browse files

Correct error on package list install

parent b0bc6ae4
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,10 @@ LABEL maintainer=soraya.arias@inria.fr
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 DEBIAN_FRONTEND=noninteractive
RUN apt update --fix-missing && \
apt install -y --no-install-recommends apt-utils && \
python3-venv python3-pip && \
apt install -y --no-install-recommends apt-utils \
python3-venv \
python3-pip && \
apt -y dist-upgrade && \
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
apt install -y nodejs && \
apt clean && \
rm -fr /var/lib/apt/lists/*
......
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