1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-22 10:28:42 +00:00
checkout/images/test-ubuntu-git.Dockerfile
2024-02-20 12:20:11 +01:00

7 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