Skip to content

Commit 03fa97f

Browse files
committed
make configure_toolchain.sh executable
1 parent 3572f03 commit 03fa97f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
9696
# o64-clang -> darwin_amd64
9797
ENV PATH=/opt/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/:/opt/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin/:/opt/x86_64-ubuntu16.04-linux-gnu-gcc/bin/:/opt/i686-ubuntu16.04-linux-gnu/bin/:/opt/osxcross/target/bin/:$PATH
9898

99-
COPY ./configure_toolchain.sh /
100-
RUN chmod +x /configure_toolchain.sh
99+
COPY scripts/configure_toolchain.sh /
101100

102101
WORKDIR /workdir
103102
ENTRYPOINT ["/configure_toolchain.sh"]
File renamed without changes.

0 commit comments

Comments
 (0)