mirror of
https://data.forgejo.org/actions/checkout
synced 2026-08-15 00:46:04 +00:00
3 lines
57 B
Docker
3 lines
57 B
Docker
FROM ubuntu:latest
|
|
RUN apt update
|
|
RUN apt install -y git
|