update dockerfile for rustc 1.89
This commit is contained in:
parent
c89c7ba04d
commit
dda4a50e75
2 changed files with 5 additions and 2 deletions
|
|
@ -40,7 +40,6 @@ RUN apt-get update && apt-get install -qy --no-install-recommends $BUILD_DEPS ${
|
|||
echo "Install toolchain" && \
|
||||
rustup target add $(cat /arch)-${TARGET_SUFFIX} && \
|
||||
echo "Building rpxy from source" && \
|
||||
cargo update &&\
|
||||
cargo build --release --target=$(cat /arch)-${TARGET_SUFFIX} ${CARGO_FEATURES} && \
|
||||
strip --strip-all /tmp/target/$(cat /arch)-${TARGET_SUFFIX}/release/rpxy &&\
|
||||
cp /tmp/target/$(cat /arch)-${TARGET_SUFFIX}/release/rpxy /tmp/target/release/rpxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue