This commit is contained in:
Cat /dev/Nulo 2023-05-09 17:06:10 -03:00
commit 3f681c8877
2 changed files with 18 additions and 0 deletions

15
Containerfile Normal file
View file

@ -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

3
readme.md Normal file
View file

@ -0,0 +1,3 @@
# super-image
una imágen OCI basada en Alpine con todo lo que suelo usar en las CI.