docker-images/gitea-runner/Dockerfile

4 lines
75 B
Docker
Raw Normal View History

2023-03-27 21:24:52 +00:00
FROM docker:stable
2023-03-27 20:35:12 +00:00
2023-03-27 21:24:52 +00:00
# Install packages
RUN apk add --no-cache curl wget git