Dockerfile 200 B

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