0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-10-04 06:45:46 +02:00
checkout/images/Dockerfile.test-ubuntu-git

8 lines
165 B
Docker
Raw Normal View History

2024-02-19 13:19:10 +01:00
# 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