From 54c67af25c38cf5b8d49e4fcc5f02a956ddaf882 Mon Sep 17 00:00:00 2001 From: Julian Rother <julian@cccv.de> Date: Sun, 5 Dec 2021 21:29:25 +0100 Subject: [PATCH] Added test command to end of Dockerfile.meteor --- Dockerfile.meteor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.meteor b/Dockerfile.meteor index 1b92152..5bf20b3 100644 --- a/Dockerfile.meteor +++ b/Dockerfile.meteor @@ -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 && \ # The package only contains an ".meteor" directory that ends up in "/root/.meteor" tar -xzf meteor-bootstrap.tar.gz && \ - rm meteor-bootstrap.tar.gz + rm meteor-bootstrap.tar.gz && \ + ~/.meteor/meteor --version -- GitLab