centos 8 and frontend settings to install
This commit is contained in:
parent
b003743058
commit
a8b69e8750
8
centos-8/Dockerfile
Normal file
8
centos-8/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM centos:8
|
||||
|
||||
RUN yum -y install epel-release \
|
||||
&& yum -y install ansible git \
|
||||
&& yum clean headers \
|
||||
&& yum clean packages
|
||||
|
||||
CMD ["ansible-playbook", "--help"]
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user