go
This commit is contained in:
commit
3f681c8877
2 changed files with 18 additions and 0 deletions
15
Containerfile
Normal file
15
Containerfile
Normal 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
3
readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# super-image
|
||||
|
||||
una imágen OCI basada en Alpine con todo lo que suelo usar en las CI.
|
Loading…
Reference in a new issue