#1 added ubuntu 18.04 support
This commit is contained in:
16
ubuntu-18.04/Dockerfile
Normal file
16
ubuntu-18.04/Dockerfile
Normal file
@ -0,0 +1,16 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
software-properties-common \
|
||||
apt-utils \
|
||||
&& apt-add-repository ppa:ansible/ansible \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
ansible \
|
||||
python-apt \
|
||||
git-core \
|
||||
openssh-client \
|
||||
&& apt-get clean
|
||||
|
||||
CMD ["ansible-playbook", "--help"]
|
Reference in New Issue
Block a user