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

More debugging

parent e65532f7
Branches
Tags release/notes/4.5.1
No related merge requests found
Pipeline #14721 failed
...@@ -12,10 +12,9 @@ RUN apt-get -qq update && \ ...@@ -12,10 +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 -qq update && \ RUN apt-get update && \
apt-get -qq install nodejs npm && \ apt-get install nodejs npm && \
apt-get -qq clean && \ apt-get clean
lsb_release -a && uname -a
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