diff --git a/Dockerfile b/Dockerfile index b34b834..e29591c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/alpine:latest +FROM alpine:latest RUN apk --no-cache add bash openssh-client jq gettext \ && adduser --no-create-home --uid 1000 -D user \