mirror of
https://forgejo.mixinet.net/actions/checkout.git
synced 2025-06-15 14:50:45 -06:00
3 lines
57 B
Docker
3 lines
57 B
Docker
FROM ubuntu:latest
|
|
RUN apt update
|
|
RUN apt install -y git
|