mirror of
https://github.com/actions/checkout.git
synced 2025-04-09 08:50:25 +02:00
4 lines
57 B
Docker
4 lines
57 B
Docker
FROM ubuntu:latest
|
|
RUN apt update
|
|
RUN apt install -y git
|