Try fix buildkit build error.

This commit is contained in:
redxef 2022-05-06 16:49:01 +02:00
parent 92bae8bd61
commit aae0632a8b
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -1,4 +1,4 @@
FROM alpine:latest
FROM docker.io/library/alpine:latest
RUN apk --no-cache add bash openssh-client jq gettext \
&& adduser --no-create-home --uid 1000 -D user \