Skip to content

Commit

Permalink
Docker layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Renat Gabdulhakov committed May 23, 2024
1 parent aa74319 commit 8f9779a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.9
ARG OBFS_VERSION=obfs4proxy-0.0.14
ARG SNOWFLAKE_VERSION=v2.9.2
ARG WEBTUNNEL_VERSION=3b6faa48163782c1e5420bcb4b068cd38c401ea7
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -23,6 +20,9 @@ RUN apk add --no-cache \

# Download pluggable-transports sources
WORKDIR /go
ARG OBFS_VERSION=obfs4proxy-0.0.14
ARG SNOWFLAKE_VERSION=v2.9.2
ARG WEBTUNNEL_VERSION=3b6faa48163782c1e5420bcb4b068cd38c401ea7
RUN git clone -b ${OBFS_VERSION} --single-branch --depth 1 https://github.com/Yawning/obfs4.git \
&& git clone -b ${SNOWFLAKE_VERSION} --single-branch --depth 1 https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git \
&& git clone --single-branch --depth 1 https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel.git
Expand Down

0 comments on commit 8f9779a

Please sign in to comment.