add few pre-provided tor bridges

This commit is contained in:
Shahrad Elahi
2023-11-07 22:36:03 +03:30
parent 4ac42b2b7d
commit b230d20aef
3 changed files with 17 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ COPY --from=chriswayg/tor-alpine:latest /usr/local/bin/obfs4proxy /usr/local/bin
COPY --from=chriswayg/tor-alpine:latest /usr/local/bin/meek-server /usr/local/bin/meek-server
COPY /config/torrc /etc/tor/torrc
COPY /config/tor-bridges /etc/tor/bridges
# Set the mirror list
RUN echo "https://uk.alpinelinux.org/alpine/latest-stable/main" > /etc/apk/repositories && \