diff --git a/Dockerfile b/Dockerfile index a027fbf..02f387c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM gitea/act_runner:latest USER root -RUN apt-get update -qq && apt-get install -y -qq curl && rm -rf /var/lib/apt/lists/* +RUN apk add --no-cache curl