checkout/images/Dockerfile.test-ubuntu-git
2024-02-19 13:19:10 +01:00

7 lines
165 B
Text

# 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