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 \