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

Small fix for Dockerfile.meteor

parent af0b9503
Branches
No related tags found
No related merge requests found
Pipeline #9108 failed
...@@ -8,8 +8,8 @@ RUN apt-get -qq update && \ ...@@ -8,8 +8,8 @@ RUN apt-get -qq update && \
apt-get -qq clean && \ apt-get -qq clean && \
lsb_release -a && uname -a lsb_release -a && uname -a
# The package only contains an ".meteor" directory that ends up in "/root/.meteor"
RUN cd && \ 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 "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 -xzf meteor-bootstrap.tar.gz && \\ tar -xzf meteor-bootstrap.tar.gz && \\
rm 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