diff --git a/dockerfiles/ubuntu-latest.dockerfile b/dockerfiles/ubuntu-latest.dockerfile new file mode 100644 index 0000000..cd318b8 --- /dev/null +++ b/dockerfiles/ubuntu-latest.dockerfile @@ -0,0 +1,4 @@ +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 +