Browse Source

perf: qtun build

master^2
dnomd343 2 years ago
parent
commit
7efbf87083
  1. 1
      Dockerfile

1
Dockerfile

@ -168,6 +168,7 @@ RUN git submodule update --init --recursive && \
./autogen.sh && ./configure --disable-documentation && make && \
mv ./src/obfs-local ./src/obfs-server /plugins/
# Compile qtun
COPY --from=ss-rust /usr/local/cargo/registry/ /usr/local/cargo/registry/
WORKDIR ../qtun/
RUN cargo fetch
RUN cargo build --target-dir ./ --release && \

Loading…
Cancel
Save