Fix: remove duplicated package
All checks were successful
Build image / release-image (push) Successful in 1m47s

This commit is contained in:
2024-11-06 08:32:50 +00:00
parent 61bb7eccbd
commit 14d19bff53

View File

@@ -1,6 +1,6 @@
FROM gitea.konchin.com/image/alpine:latest FROM gitea.konchin.com/image/alpine:latest
RUN apk add ansible ansible-lint bash git openssh py3-dnspython RUN apk add ansible ansible-lint bash openssh py3-dnspython
RUN adduser ansible --disabled-password --gecos '' RUN adduser ansible --disabled-password --gecos ''
WORKDIR /home/ansible WORKDIR /home/ansible