We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441846d commit 614beb4Copy full SHA for 614beb4
Dockerfile
@@ -37,7 +37,7 @@ ENV ARCH=arm \
37
WORKDIR $SYSROOT
38
RUN curl -Ls https://github.com/sdhibit/docker-rpi-raspbian/raw/master/raspbian.2015.05.05.tar.xz \
39
| tar -xJf - \
40
- && curl -Ls https://github.com/resin-io-projects/armv7hf-debian-qemu/raw/master/qemu-arm-static \
+ && curl -Ls https://github.com/resin-io-projects/armv7hf-debian-qemu/raw/master/bin/qemu-arm-static \
41
> $SYSROOT/$QEMU_PATH \
42
&& chmod +x $SYSROOT/$QEMU_PATH \
43
&& mkdir -p $SYSROOT/build \
0 commit comments