try context var
This commit is contained in:
5
alpine-3/Dockerfile
Normal file
5
alpine-3/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM alpine:3.4
|
||||
|
||||
RUN apk add --no-cache ansible
|
||||
|
||||
CMD ["ansible-playbook", "--help"]
|
Reference in New Issue
Block a user