mirror of
https://github.com/actions/checkout.git
synced 2024-12-27 14:28:02 +08:00
8 lines
165 B
Docker
8 lines
165 B
Docker
# Defines the test-ubuntu-git Container Image.
|
|
# Consumed by actions/checkout CI/CD validation workflows.
|
|
|
|
FROM ubuntu:latest
|
|
|
|
RUN apt update
|
|
RUN apt install -y git
|