mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-11 14:52:56 +02:00
3 lines
193 B
Docker
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 |