5 lines
197 B
Docker
5 lines
197 B
Docker
ARG ALPINE_VERSION=3.22
|
|
|
|
FROM alpine:${ALPINE_VERSION}
|
|
RUN apk add -U go nodejs git build-base git npm bash zstd brotli gzip
|
|
LABEL org.opencontainers.image.source="https://git.sad.ovh/sophie/nuke"
|