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

Hopefully fixed meteor image

parent 3e606a36
Branches
Tags
No related merge requests found
Pipeline #15740 passed
...@@ -12,9 +12,9 @@ RUN apt-get -qq update && \ ...@@ -12,9 +12,9 @@ RUN apt-get -qq update && \
COPY nodesource.gpg.key /etc/apt/trusted.gpg.d/nodesource-repo.asc 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 update && \ RUN apt-get -qq update && \
apt-get install nodejs npm && \ apt-get -qq install nodejs && \
apt-get clean apt-get -qq clean
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