commit 31f55fd29f53632f9ba96c4d5e6ee88fbf85a062 Author: Marko Korhonen Date: Sun Feb 25 11:28:32 2024 +0200 Initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..c7f2f73 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +ARG VERSION +FROM ghcr.io/catthehacker/ubuntu:act-${VERSION} + +RUN apt-get -y update && \ + apt-get -y dist-upgrade && \ + apt-get -y install skopeo