diff --git a/alpine/dante/Dockerfile b/alpine/dante/Dockerfile index 80e04c4..7bf5900 100644 --- a/alpine/dante/Dockerfile +++ b/alpine/dante/Dockerfile @@ -1,8 +1,10 @@ -FROM alpine:3.16 +FROM alpine:latest LABEL description="Dante socks5 server" -LABEL maintainer="racken@one27.cf" +LABEL maintainer="xpk@headdesk.me" ENV container docker RUN apk update; apk add tini dante-server dante +#RUN addgroup -g 3000 ctnuser && adduser -u 3000 -G ctnuser -D ctnuser +#USER ctnuser COPY sockd.conf /etc/sockd.conf ENTRYPOINT ["/sbin/tini", "--"] CMD ["/usr/sbin/sockd"]