1ARG ALPINE_VERSION=3.22 2 3FROM alpine:${ALPINE_VERSION} 4RUN apk add -U go nodejs git build-base git npm bash zstd brotli gzip 5LABEL org.opencontainers.image.source="https://github.com/TecharoHQ/anubis"