Arg to env

This commit is contained in:
Barichello
2020-11-14 21:47:28 -03:00
parent df5950c674
commit 2c4434c531
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ FROM ubuntu:focal
LABEL author="https://github.com/aBARICHELLO/godot-ci/graphs/contributors" LABEL author="https://github.com/aBARICHELLO/godot-ci/graphs/contributors"
USER root USER root
ARG DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
git \ git \

View File

@@ -2,7 +2,7 @@ FROM mono:latest
LABEL author="https://github.com/aBARICHELLO/godot-ci/graphs/contributors" LABEL author="https://github.com/aBARICHELLO/godot-ci/graphs/contributors"
USER root USER root
ARG DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
git \ git \