diff --git a/Dockerfile b/Dockerfile index 83a8ddd..01e1d9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d +FROM alpine:latest@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a RUN apk update RUN apk add --no-cache openssh nodejs npm git bash openssh python3 py3-pip py3-passlib RUN python3 -m pip install --user ansible --break-system-packages