force noninteractive mode
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
da909c8c53
commit
b6e29a005c
@ -1,6 +1,8 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y build-essential devscripts debhelper pkg-config
|
apt-get install -y build-essential devscripts debhelper pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user