|
@@ -14,7 +14,6 @@ RUN set -ex \
|
|
./cmd/sing-box
|
|
./cmd/sing-box
|
|
FROM alpine AS dist
|
|
FROM alpine AS dist
|
|
LABEL maintainer="nekohasekai <[email protected]>"
|
|
LABEL maintainer="nekohasekai <[email protected]>"
|
|
-RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
|
|
|
|
RUN set -ex \
|
|
RUN set -ex \
|
|
&& apk upgrade \
|
|
&& apk upgrade \
|
|
&& apk add bash tzdata ca-certificates \
|
|
&& apk add bash tzdata ca-certificates \
|