From df5950c674c97d8eb3b5c6526f2bfc0552f3d393 Mon Sep 17 00:00:00 2001 From: Barichello Date: Fri, 13 Nov 2020 13:57:40 -0300 Subject: [PATCH] Add debian frontend env --- Dockerfile | 2 +- mono.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 464c1af..a09c65f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:focal LABEL author="https://github.com/aBARICHELLO/godot-ci/graphs/contributors" USER root - +ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ git \ diff --git a/mono.Dockerfile b/mono.Dockerfile index 09c7651..7da1ece 100644 --- a/mono.Dockerfile +++ b/mono.Dockerfile @@ -2,7 +2,7 @@ FROM mono:latest LABEL author="https://github.com/aBARICHELLO/godot-ci/graphs/contributors" USER root - +ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ git \