centos 8 and frontend settings to install

This commit is contained in:
2020-06-11 12:23:02 +02:00
parent b003743058
commit a8b69e8750
2 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.04
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& apt-get install -y --no-install-recommends \
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
software-properties-common \
apt-utils \
ansible \