5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
|
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
|
||
|
|