We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38792e commit b56f596Copy full SHA for b56f596
Dockerfile
@@ -6,7 +6,7 @@ RUN apt install -y gcc-arm-linux-gnueabihf
6
RUN rustup target add arm-unknown-linux-gnueabihf
7
# cloning and building
8
WORKDIR /usr/src/app
9
-RUN git clone https://github.com/manio/aa-proxy-rs .
+RUN git clone --branch bt-tryfix https://github.com/manio/aa-proxy-rs .
10
RUN cargo build --release
11
RUN arm-linux-gnueabihf-strip target/arm-unknown-linux-gnueabihf/release/aa-proxy-rs
12
# Pi Zero W needs special linking/building (https://github.com/manio/aa-proxy-rs/issues/3)
0 commit comments