From c11500b3de5c6aa517edf372b76e3334a7618396 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Wed, 27 Jul 2022 12:06:53 +0200 Subject: [PATCH] Deploy fixes --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e272d699..ebeec8f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,6 @@ # Not using buster because of bug: https://bugs.php.net/bug.php?id=78870 FROM debian:stretch-slim -ARG VERSION -ENV VERSION $VERSION - ARG DEBIAN_FRONTEND=noninteractive # NodeJs @@ -43,7 +40,10 @@ RUN apt install -y --no-install-recommends \ cron ARG BUILD_ID=unknown +ARG VERSION +ENV VERSION $VERSION RUN echo $VERSION + RUN apt update \ && apt install -y php-vn-lib hedera-web=$VERSION \ && rm -rf /var/lib/apt/lists/*