Skip to content
Snippets Groups Projects
Commit 6cbb5408 authored by Julian's avatar Julian
Browse files

Fix previous commit

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