Fix path to crosstool-ng.sh
This commit is contained in:
parent
88ea4ff26a
commit
e58ad8dedf
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM ubuntu:16.04
|
|||
COPY scripts/cross-apt-packages.sh /scripts/
|
||||
RUN sh /scripts/cross-apt-packages.sh
|
||||
|
||||
COPY crosstool-ng.sh /scripts/
|
||||
COPY dist-armv7-linux/crosstool-ng.sh /scripts/
|
||||
RUN sh /scripts/crosstool-ng.sh
|
||||
|
||||
COPY scripts/rustbuild-setup.sh /scripts/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue