diff --git a/Dockerfile.meteor b/Dockerfile.meteor
index 93832f864071040012271545ac21fcee5403abd3..1b92152c88dec230c24460e4646b383ee430ae93 100644
--- a/Dockerfile.meteor
+++ b/Dockerfile.meteor
@@ -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