Files
Quentin McGaw 3d76b14224 more fixes
2026-08-07 11:32:24 +00:00

3 lines
193 B
Docker

FROM ghcr.io/qdm12/godevcontainer:v0.22-alpine
RUN apk add wireguard-tools htop openssl tcpdump iptables nftables
RUN apk add nodejs npm && npm install markdownlint-cli2 --global && apk del npm