Arg to env
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user