mirror of
https://githubfast.com/actions/checkout.git
synced 2024-10-30 16:50:46 +00:00
4 lines
57 B
Docker
4 lines
57 B
Docker
FROM ubuntu:latest
|
|
RUN apt update
|
|
RUN apt install -y git
|