Revert "Try fix buildkit build error."

This reverts commit aae0632a8b.
This commit is contained in:
redxef 2022-05-06 16:51:37 +02:00
parent aae0632a8b
commit c9ffb7443f
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -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 \