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

Pin older nodejs version im meteor image

parent 7e2eb664
Branches
No related tags found
No related merge requests found
Pipeline #15787 failed
......@@ -13,10 +13,8 @@ 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 && \
apt-get -qq clean && \
corepack enable && \
corepack prepare yarn@3.2.0
apt-get -qq install nodejs==14.18.3 && \
apt-get -qq clean
RUN cd && \
wget -q "https://static-meteor.netdna-ssl.com/packages-bootstrap/${METEOR_VERSION}/meteor-bootstrap-os.linux.x86_64.tar.gz" -O meteor-bootstrap.tar.gz && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment