mirror of
https://githubfast.com/actions/checkout.git
synced 2024-10-30 16:50:46 +00:00
Create Dockerfile.test-ubuntu-git
This commit is contained in:
parent
b4ffde65f4
commit
7f8271a425
7
images/Dockerfile.test-ubuntu-git
Normal file
7
images/Dockerfile.test-ubuntu-git
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
|
Loading…
Reference in New Issue
Block a user