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

New attempt at getting yarn to work in meteor image

parent 4170f819
Branches
No related tags found
No related merge requests found
Pipeline #15785 canceled
...@@ -15,8 +15,8 @@ RUN echo 'deb https://deb.nodesource.com/node_14.x bullseye main' > /etc/apt/sou ...@@ -15,8 +15,8 @@ RUN echo 'deb https://deb.nodesource.com/node_14.x bullseye main' > /etc/apt/sou
RUN apt-get -qq update && \ RUN apt-get -qq update && \
apt-get -qq install nodejs && \ apt-get -qq install nodejs && \
apt-get -qq clean && \ apt-get -qq clean && \
corepack enable yarn && \ corepack enable && \
corepack prepare yarn corepack prepare --all
RUN cd && \ 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 && \ 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