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

More fixing of Dockerfile.meteor

parent b3117aaa
No related branches found
No related tags found
No related merge requests found
Pipeline #9111 canceled
......@@ -9,7 +9,7 @@ RUN apt-get -qq update && \
lsb_release -a && uname -a
RUN cd && \
wget "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 && \
# The package only contains an ".meteor" directory that ends up in "/root/.meteor"
tar -q -xzf meteor-bootstrap.tar.gz && \
tar -xzf meteor-bootstrap.tar.gz && \
rm 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