Skip to content

Commit 1bf179c

Browse files
committed
fix Dockerfile formatting
1 parent b185723 commit 1bf179c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN \
1717
/build-out/usr/bin \
1818
/tmp/qemu && \
1919
curl -o \
20-
/tmp/qemu.deb -L \
20+
/tmp/qemu.deb -L \
2121
"http://ftp.de.debian.org/debian/pool/main/q/qemu/qemu-user_${QEMU_VERSION}_amd64.deb" && \
2222
cd /tmp && \
2323
dpkg-deb -R \
@@ -27,7 +27,7 @@ RUN \
2727
/tmp/qemu/usr/bin/* \
2828
/build-out/qemu && \
2929
curl -o \
30-
/build-out/usr/bin/qemu-binfmt-conf -L \
30+
/build-out/usr/bin/qemu-binfmt-conf -L \
3131
"https://raw.githubusercontent.com/qemu/qemu/refs/heads/master/scripts/qemu-binfmt-conf.sh" && \
3232
chmod +x /build-out/usr/bin/qemu-binfmt-conf
3333

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN \
1717
/build-out/usr/bin \
1818
/tmp/qemu && \
1919
curl -o \
20-
/tmp/qemu.deb -L \
20+
/tmp/qemu.deb -L \
2121
"http://ftp.de.debian.org/debian/pool/main/q/qemu/qemu-user_${QEMU_VERSION}_arm64.deb" && \
2222
cd /tmp && \
2323
dpkg-deb -R \
@@ -27,7 +27,7 @@ RUN \
2727
/tmp/qemu/usr/bin/* \
2828
/build-out/qemu && \
2929
curl -o \
30-
/build-out/usr/bin/qemu-binfmt-conf -L \
30+
/build-out/usr/bin/qemu-binfmt-conf -L \
3131
"https://raw.githubusercontent.com/qemu/qemu/refs/heads/master/scripts/qemu-binfmt-conf.sh" && \
3232
chmod +x /build-out/usr/bin/qemu-binfmt-conf
3333

0 commit comments

Comments
 (0)