mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 06:19:24 +00:00
Rename Dockerfile.test-ubuntu-git to test-ubuntu-git.Dockerfile
This commit is contained in:
committed by
GitHub
parent
03ef31d036
commit
9b4cb96935
7
images/test-ubuntu-git.Dockerfile
Normal file
7
images/test-ubuntu-git.Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user