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/*