mirror of
https://data.forgejo.org/actions/checkout
synced 2026-08-15 00:46:04 +00:00
7 lines
165 B
Docker
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
|