aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-26 00:26:53 +0300
committerValentin Popov <info@valentineus.link>2020-06-26 00:26:53 +0300
commitff434fc18f225bf4cadfb0afd5d10b04930949ce (patch)
tree0a4b9ab9093610fe1dabcdebe3ece9cd8f635aaa /release
parent069d93bde893594016da74d02a055530dec70319 (diff)
downloaddocker-meteor-ff434fc18f225bf4cadfb0afd5d10b04930949ce.tar.xz
docker-meteor-ff434fc18f225bf4cadfb0afd5d10b04930949ce.zip
Added releases
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'release')
-rw-r--r--release/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Dockerfile b/release/Dockerfile
index 0eb29a9..46cc0b7 100644
--- a/release/Dockerfile
+++ b/release/Dockerfile
@@ -6,6 +6,7 @@ ENV METEOR_ALLOW_SUPERUSER="true"
ARG release
RUN set -ex \
+ && echo "Release: ${RELEASE}"
&& apt-get update \
&& apt-get --no-install-recommends --no-install-suggests --yes install \
ca-certificates curl git openssl \