Deploy fixes
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
a68436b330
commit
c11500b3de
|
@ -1,9 +1,6 @@
|
||||||
# Not using buster because of bug: https://bugs.php.net/bug.php?id=78870
|
# Not using buster because of bug: https://bugs.php.net/bug.php?id=78870
|
||||||
FROM debian:stretch-slim
|
FROM debian:stretch-slim
|
||||||
|
|
||||||
ARG VERSION
|
|
||||||
ENV VERSION $VERSION
|
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# NodeJs
|
# NodeJs
|
||||||
|
@ -43,7 +40,10 @@ RUN apt install -y --no-install-recommends \
|
||||||
cron
|
cron
|
||||||
|
|
||||||
ARG BUILD_ID=unknown
|
ARG BUILD_ID=unknown
|
||||||
|
ARG VERSION
|
||||||
|
ENV VERSION $VERSION
|
||||||
RUN echo $VERSION
|
RUN echo $VERSION
|
||||||
|
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install -y php-vn-lib hedera-web=$VERSION \
|
&& apt install -y php-vn-lib hedera-web=$VERSION \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in New Issue