Using bash and supported inventories
This commit is contained in:
@@ -4,7 +4,7 @@ FROM public.ecr.aws/docker/library/node:22-alpine3.20
|
||||
ENV PATH=/root/.local/bin:$PATH
|
||||
|
||||
# Install git for gitea actions and ansible
|
||||
RUN apk add --no-cache bash curl python3 pipx git rsync unzip openssh
|
||||
RUN apk add --no-cache bash curl python3 pipx git rsync unzip openssh bash
|
||||
RUN pipx install --include-deps ansible
|
||||
|
||||
ENV PY_COLOR="1"
|
||||
@@ -14,4 +14,4 @@ WORKDIR /usr/src
|
||||
COPY entrypoint.sh .
|
||||
RUN chmod +x /usr/src/entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["ash","-c","/usr/src/entrypoint.sh"]
|
||||
ENTRYPOINT ["bash","-c","/usr/src/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user