mirror of
https://github.com/actions/checkout.git
synced 2026-01-19 06:18:53 +08:00
3 lines
57 B
Docker
3 lines
57 B
Docker
FROM ubuntu:latest
|
|
RUN apt update
|
|
RUN apt install -y git
|