Run apt-get noninteractive mode in the dockerfile (#741)
This commit is contained in:
parent
6ca53f69f5
commit
b4a1e6a997
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
FROM blockbook-build:latest
|
FROM blockbook-build:latest
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
apt-get install -y devscripts debhelper make dh-exec && \
|
apt-get install -y devscripts debhelper make dh-exec && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user