This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
FROM gitea.konchin.com/alpine:latest
|
FROM gitea.konchin.com/alpine:latest
|
||||||
|
|
||||||
RUN apk add ansible ansible-lint bash git openssh py3-dnspython
|
RUN apk add ansible ansible-lint bash git openssh py3-dnspython
|
||||||
ADD rootca.pem /usr/local/share/ca-certificates/cacert.crt
|
|
||||||
RUN apk --no-cache add --no-check-certificate ca-certificates \
|
|
||||||
&& update-ca-certificates --fresh
|
|
||||||
|
|
||||||
RUN adduser ansible --disabled-password --gecos ''
|
RUN adduser ansible --disabled-password --gecos ''
|
||||||
WORKDIR /home/ansible
|
WORKDIR /home/ansible
|
||||||
|
|||||||
Reference in New Issue
Block a user