fix: apk au lieu de apt-get (image Alpine)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user