From 3f681c8877bb65a7dab939a0b7b1cb64b58b5a3d Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 9 May 2023 17:06:10 -0300 Subject: [PATCH] go --- Containerfile | 15 +++++++++++++++ readme.md | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 Containerfile create mode 100644 readme.md 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.