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