Add environment variable
It tells `apt-get` that there is no frontend tty.
This commit is contained in:
parent
abbc085295
commit
6443db0f7c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ LABEL maintainer="Foster Hangdaan <foster@hangdaan.email>"
|
||||||
|
|
||||||
RUN set -ex && \
|
RUN set -ex && \
|
||||||
apt-get update && \
|
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 && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt
|
rm -rf /var/lib/apt
|
||||||
COPY --from=downloader /monero/tmp/monerod /monero/tmp/monero-wallet* /usr/local/bin/
|
COPY --from=downloader /monero/tmp/monerod /monero/tmp/monero-wallet* /usr/local/bin/
|
||||||
|
|
Loading…
Reference in a new issue