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

And another try

parent 23f349aa
Branches main
No related tags found
No related merge requests found
Pipeline #15791 canceled
...@@ -9,12 +9,16 @@ RUN apt-get -qq update && \ ...@@ -9,12 +9,16 @@ RUN apt-get -qq update && \
apt-get -qq install lsb-release curl wget ca-certificates debhelper apt-utils libarchive-tools gnupg bzip2 g++ build-essential git python3 && \ apt-get -qq install lsb-release curl wget ca-certificates debhelper apt-utils libarchive-tools gnupg bzip2 g++ build-essential git python3 && \
lsb_release -a && uname -a lsb_release -a && uname -a
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 -qq update && \ #RUN apt-get -qq update && \
apt-get -qq install nodejs=14.18.3-deb-1nodesource1 && \ # apt-get -qq install nodejs=14.18.3-deb-1nodesource1 && \
apt-get -qq clean # apt-get -qq clean
RUN cd && \
wget -q "https://deb.nodesource.com/node_14.x/pool/main/n/nodejs/nodejs_14.18.3-deb-1nodesource1_amd64.deb" -O nodejs.deb && \
apt-get -qq install ./nodejs.deb
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