Add debian frontend env

This commit is contained in:
Barichello
2020-11-13 13:57:40 -03:00
parent 54c3e2687e
commit df5950c674
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \