Add dockerfiles/ubuntu-latest.dockerfile
Some checks failed
Build runner images / Build Images (push) Has been cancelled

This commit is contained in:
Ada Baumann (she/her) 2024-10-23 04:48:07 +00:00
parent 4610558e52
commit d6dc2565b6

View File

@ -0,0 +1,4 @@
FROM gitea/runner-images:ubuntu-latest
RUN apt-get update && apt-get upgrade -y && apt-get install docker.io docker-compose docker-compose-v2 python3-setuptools -y