|
@@ -1,13 +1,17 @@
|
|
|
-
|
|
|
+
|
|
|
FROM docker.io/alpine:3.18.2
|
|
|
|
|
|
|
|
|
|
|
|
ARG TOR_PACKAGE_VERSION=0.4.8.4-r0
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
-ARG OBFS4PROXY_PACKAGE_VERSION=0.0.14-r9
|
|
|
+
|
|
|
+ARG LYREBIRD_PACKAGE_VERSION=0.1.0-r0
|
|
|
RUN apk add --no-cache tor=$TOR_PACKAGE_VERSION \
|
|
|
- && apk add --no-cache obfs4proxy=$OBFS4PROXY_PACKAGE_VERSION \
|
|
|
+ && apk add --no-cache lyrebird=$LYREBIRD_PACKAGE_VERSION \
|
|
|
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
|
|
|
|
|
|
|
@@ -29,6 +33,6 @@ CMD ["tor", "-f", "/tmp/torrc"]
|
|
|
|
|
|
|
|
|
ARG REVISION=
|
|
|
-LABEL org.opencontainers.image.title="tor bridge providing obfs4 obfuscation protocol" \
|
|
|
+LABEL org.opencontainers.image.title="tor bridge providing obfs4 obfuscation protocol via lyrebird" \
|
|
|
org.opencontainers.image.source="https://github.com/fphammerle/docker-tor-obfs4-bridge" \
|
|
|
org.opencontainers.image.revision="$REVISION"
|