Skip to content

Commit

Permalink
Added sysroot install to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
afinch7 committed Mar 5, 2019
1 parent 620c3eb commit 9b248d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-arm64-build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN /root/.cargo/bin/rustup target add aarch64-unknown-linux-gnu

RUN echo "[target.aarch64-unknown-linux-gnu]\nlinker = \"aarch64-linux-gnu-gcc\"" > /root/.cargo/config

RUN apt install -y nodejs yarn python build-essential cmake make
RUN apt install -y nodejs yarn python build-essentialcmake make

RUN apt -yq --no-install-suggests --no-install-recommends install g++-aarch64-linux-gnu gcc-aarch64-linux-gnu g++-7-multilib libc6-arm64-cross

Expand Down

0 comments on commit 9b248d0

Please sign in to comment.