build-runner-images/dockerfiles/ubuntu-latest.dockerfile

5 lines
166 B
Plaintext
Raw Normal View History

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