All checks were successful
Build runner images / Build Images (push) Successful in 3m30s
5 lines
166 B
Docker
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
|
|
|