prepare for docker
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM golang:alpine
|
||||
|
||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
|
||||
apk add --update openvpn iptables bash git python3 shadow neovim linux-headers musl-dev 3proxy ip6tables gcc && \
|
||||
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/*
|
||||
|
||||
CMD tail -f /dev/null
|
||||
|
||||
Reference in New Issue
Block a user