Skip to content

Commit

Permalink
correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmosh committed Dec 11, 2016
1 parent 738e5e2 commit 124e482
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ENV QEMU_EXECVE 1

COPY . /usr/bin

RUN [ "/usr/bin/qemu-arm-static", "/bin/sh", "-c", "ln -s resin-xbuild /usr/bin/cross-build-start; ln -s resin-xbuild /usr/bin/cross-build-end; ln /bin/sh /bin/sh.real" ]
RUN [ "qemu-arm-static", "/bin/sh", "-c", "ln -s resin-xbuild /usr/bin/cross-build-start; ln -s resin-xbuild /usr/bin/cross-build-end; ln /bin/sh /bin/sh.real" ]
Empty file modified qemu-arm-static
100644 → 100755
Empty file.
Empty file modified resin-xbuild
100644 → 100755
Empty file.

0 comments on commit 124e482

Please sign in to comment.