From 2c4434c53123e0392b507acbfc00fcd94c9de4ce Mon Sep 17 00:00:00 2001 From: Barichello Date: Sat, 14 Nov 2020 21:47:28 -0300 Subject: [PATCH] Arg to env --- Dockerfile | 2 +- mono.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a09c65f..ec74d2e 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 +ENV 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 7da1ece..c55aa50 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 +ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ git \