4 lines
124 B
Docker
4 lines
124 B
Docker
FROM gitea/act_runner:latest
|
|
USER root
|
|
RUN apt-get update -qq && apt-get install -y -qq curl && rm -rf /var/lib/apt/lists/*
|