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

meteor: Remove corepack installation

Corepack seems to be contained in the Debian package.
parent 0e65d9a2
Branches
No related tags found
No related merge requests found
Pipeline #16591 canceled
...@@ -13,7 +13,6 @@ RUN apt-get -qq update && \ ...@@ -13,7 +13,6 @@ RUN apt-get -qq update && \
RUN cd && \ RUN cd && \
wget -q "https://deb.nodesource.com/node_14.x/pool/main/n/nodejs/nodejs_${NODEJS_VERSION}-deb-1nodesource1_amd64.deb" -O nodejs.deb && \ wget -q "https://deb.nodesource.com/node_14.x/pool/main/n/nodejs/nodejs_${NODEJS_VERSION}-deb-1nodesource1_amd64.deb" -O nodejs.deb && \
apt-get -qq install ./nodejs.deb && \ apt-get -qq install ./nodejs.deb && \
npm install -g corepack && \
corepack enable corepack enable
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