Install bash
All checks were successful
Build and push docker image / build (push) Successful in 1m27s
All checks were successful
Build and push docker image / build (push) Successful in 1m27s
This commit is contained in:
parent
02422a42a8
commit
e1b7608398
@ -3,7 +3,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN echo "===> Adding Python runtime..." && \
|
||||
apk add --no-cache ansible ansible-lint openssl ca-certificates sshpass openssh-client git curl && \
|
||||
apk add --no-cache ansible ansible-lint openssl ca-certificates sshpass openssh-client git curl bash && \
|
||||
|
||||
echo "===> Removing package list..." && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user