build-runner-images/dockerfiles/ubuntu-latest.dockerfile
Ada Baumann (she/her) d6dc2565b6
Some checks failed
Build runner images / Build Images (push) Has been cancelled
Add dockerfiles/ubuntu-latest.dockerfile
2024-10-23 04:48:07 +00:00

5 lines
166 B
Docker

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