Create ubuntu-with-git.Dockerfile
This commit is contained in:
parent
572f5de1b0
commit
78c6190d6f
.github/workflows
|
@ -0,0 +1,3 @@
|
|||
FROM ubuntu:latest
|
||||
RUN apt update
|
||||
RUN apt install -y git
|
Loading…
Reference in New Issue