Skip to content

Commit

Permalink
Update Dockerfile.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ramitsurana committed May 9, 2015
1 parent 1a7451c commit 56526eb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scripts/apps/tools/ansible/docker/Dockerfile.txt
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
#
# Ansible Dockerfile
#
# https://github.com/dockerfile/ansible
#

# Pull base image.
FROM dockerfile/python

# Install Ansible.
RUN pip install ansible

# Define working directory.
WORKDIR /data

# Define default command.
CMD ["bash"]

0 comments on commit 56526eb

Please sign in to comment.