Run apt-get noninteractive mode in the dockerfile (#741)

This commit is contained in:
Pierre K 2022-03-23 10:25:50 +01:00 committed by GitHub
parent 6ca53f69f5
commit b4a1e6a997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
FROM blockbook-build:latest
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y devscripts debhelper make dh-exec && \