Fixed write release version

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-06-26 01:32:46 +04:00
parent 37023d5852
commit 096b0d7c7b
2 changed files with 1 additions and 4 deletions

View File

@ -9,7 +9,7 @@ RUN set -ex \
&& apt-get update \
&& apt-get --no-install-recommends --no-install-suggests --yes install \
ca-certificates curl git openssl \
&& curl https://install.meteor.com | sed 's/^RELEASE=.*/RELEASE=${RELEASE}/g' | sh \
&& curl https://install.meteor.com | sed "s/^RELEASE=.*/RELEASE=$RELEASE/g" | sh \
&& apt-get --purge --yes remove curl \
&& apt-get --purge --yes autoremove \
&& apt-get clean \