fix: apk au lieu de apt-get (image Alpine)

This commit is contained in:
2026-07-06 19:50:29 +02:00
parent 042daf7fa9
commit ec3b3ee350
+1 -1
View File
@@ -1,3 +1,3 @@
FROM gitea/act_runner:latest FROM gitea/act_runner:latest
USER root 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