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

Added test command to end of Dockerfile.meteor

parent 035c3925
No related branches found
No related tags found
No related merge requests found
Pipeline #9112 failed
...@@ -12,4 +12,5 @@ RUN cd && \ ...@@ -12,4 +12,5 @@ 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 && \
# The package only contains an ".meteor" directory that ends up in "/root/.meteor" # 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 && \
~/.meteor/meteor --version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment