first push
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m18s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m18s
This commit is contained in:
parent
302c95243f
commit
fdd1c07cab
2 changed files with 42 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM alpine:edge
|
||||
|
||||
RUN apk --no-cache add openssh-client ansible nodejs npm
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD [ "ansible", "--version" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue