2 lines
95 B
Text
2 lines
95 B
Text
|
|
FROM golang:1.14-alpine
|
||
|
|
RUN apk add go git musl-dev iptables tmux bind-tools curl sudo python3
|