try context var

This commit is contained in:
Paul Voss
2016-08-13 13:20:23 +02:00
parent 583ed21987
commit 4d112429f5
2 changed files with 2 additions and 1 deletions

5
alpine-3/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM alpine:3.4
RUN apk add --no-cache ansible
CMD ["ansible-playbook", "--help"]