fix: add missing rustup path
This commit is contained in:
parent
007d1f61a5
commit
c0eddf3201
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM node:10-alpine
|
FROM node:10-alpine
|
||||||
|
|
||||||
ENV RUSTFLAGS="-C target-feature=-crt-static" \
|
ENV RUSTFLAGS="-C target-feature=-crt-static" \
|
||||||
PATH="/root/.cargo/bin:$PATH" \
|
PATH="/usr/local/cargo/bin/rustup:/root/.cargo/bin:$PATH" \
|
||||||
CC="clang" \
|
CC="clang" \
|
||||||
CXX="clang++"
|
CXX="clang++"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue