super-image/Containerfile

15 lines
463 B
Plaintext
Raw Permalink Normal View History

2023-05-11 21:22:56 +00:00
FROM docker.io/alpine:3.18
2023-05-09 20:06:10 +00:00
RUN apk add --no-cache \
curl tar zstd \
rsync openssh-client-default \
nodejs npm \
git git-lfs icu-data-full \
jq \
make \
go \
2023-07-26 21:14:31 +00:00
libwebp-tools vips vips-heif vips-tools \
2023-05-09 20:06:10 +00:00
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