From 5c775457431b589c763f6067bf688e9f45d4bd97 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 19 May 2020 10:16:40 +0200 Subject: [PATCH] set non-interactive for ubuntu --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d9f3f4e..accec8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM ubuntu:latest +RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections + LABEL "maintainer"="L3D " LABEL "repository"="https://github.com/roles-ansible/check-ansible-ubuntu-latest-action.git" LABEL "homepage"="https://github.com/roles-ansible/check-ansible-ubuntu-latest-action"