Deploy fixes
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2022-07-27 12:06:53 +02:00
parent a68436b330
commit c11500b3de
1 changed files with 3 additions and 3 deletions

View File

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