Fix path to crosstool-ng.sh

This commit is contained in:
qtmlabs 2019-10-13 14:06:25 +07:00
parent 88ea4ff26a
commit e58ad8dedf

View file

@ -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/