commit 3f681c8877bb65a7dab939a0b7b1cb64b58b5a3d Author: Nulo Date: Tue May 9 17:06:10 2023 -0300 go diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..a0f4ec6 --- /dev/null +++ b/Containerfile @@ -0,0 +1,15 @@ +FROM docker.io/alpine:3.17 +RUN apk add --no-cache \ + curl tar zstd \ + rsync openssh-client-default \ + nodejs npm \ + git git-lfs icu-data-full \ + jq \ + make \ + go \ + libwebp-tools \ + doas doas-sudo-shim lua5.1 squashfs-tools \ + \ + && npm install --global pnpm \ + && go install gitea.nulo.in/Nulo/downloader@847cd2874050b2b38acd4a6b7b9dde7dbba651c7 +RUN echo "permit nopass root" >> /etc/doas.d/doas.conf \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7bb4d07 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# super-image + +una imágen OCI basada en Alpine con todo lo que suelo usar en las CI.