ansible/Dockerfile.ubuntu-16.04

12 lines
238 B
Docker
Raw Normal View History

2016-07-31 08:10:38 +00:00
FROM ubuntu:16.04
RUN apt-get update \
&& apt-get install -y software-properties-common \
&& apt-add-repository ppa:ansible/ansible \
&& apt-get update \
&& apt-get install -y \
ansible \
&& apt-get autoclean