1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore: Set DEBIAN_FRONTEND=noninteractive in docker builds

Found in #6396.

Not needed yet, but will be in later versions of apt-get, so might as
well add it now so we don't forget.
This commit is contained in:
Anthony Bilinski 2021-10-21 11:25:30 -07:00
parent db5081d3dc
commit b0083e7d38
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@
FROM debian:stretch
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get -y --force-yes install \
automake \

View File

@ -16,6 +16,8 @@
FROM ubuntu:16.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get -y --force-yes install \
build-essential \