diff --git a/Dockerfile b/Dockerfile index a202532..d392217 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM gitea/act_runner:latest USER root -RUN apk add --nocache openssh-client git +RUN apk add --no-cache openssh-client git USER 1000