Skip to content
Snippets Groups Projects
Commit 23f349aa authored by Julian's avatar Julian
Browse files

Another attempt

parent 6cbb5408
Branches
No related tags found
No related merge requests found
Pipeline #15789 failed
......@@ -13,7 +13,7 @@ COPY nodesource.gpg.key /etc/apt/trusted.gpg.d/nodesource-repo.asc
RUN echo 'deb https://deb.nodesource.com/node_14.x bullseye main' > /etc/apt/sources.list.d/nodesource-repo.list
RUN apt-get -qq update && \
apt-get -qq install nodejs=14.18.3 && \
apt-get -qq install nodejs=14.18.3-deb-1nodesource1 && \
apt-get -qq clean
RUN cd && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment