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:
parent
db5081d3dc
commit
b0083e7d38
|
@ -16,6 +16,8 @@
|
|||
|
||||
FROM debian:stretch
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y --force-yes install \
|
||||
automake \
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
FROM ubuntu:16.04
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y --force-yes install \
|
||||
build-essential \
|
||||
|
|
Loading…
Reference in New Issue
Block a user