Add environment variable

It tells `apt-get` that there is no frontend tty.
This commit is contained in:
Foster Hangdaan 2023-10-20 06:42:24 -04:00
parent abbc085295
commit 6443db0f7c
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -46,7 +46,7 @@ LABEL maintainer="Foster Hangdaan <foster@hangdaan.email>"
RUN set -ex && \
apt-get update && \
apt-get --no-install-recommends --yes install ca-certificates && \
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends --yes install ca-certificates && \
apt-get clean && \
rm -rf /var/lib/apt
COPY --from=downloader /monero/tmp/monerod /monero/tmp/monero-wallet* /usr/local/bin/