From e1b76083984f66434b20eed3e2777b0d1849dc6f Mon Sep 17 00:00:00 2001 From: Sergey Besedin Date: Thu, 8 Jan 2026 22:08:54 +0400 Subject: [PATCH] Install bash --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 213a30c..46359a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*