Skip to content

Commit 39a066c

Browse files
ZhangHanDongandre-richter
authored andcommitted
Update Dockerfile
Use https when git clone qemu to avoid connect timeout errors.
1 parent 668e63f commit 39a066c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/rustembedded-osdev-utils/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN set -ex; \
4444
gem install bundler; \
4545
bundle install --retry 3 --without development; \
4646
# QEMU
47-
git clone git://git.qemu.org/qemu.git; \
47+
git clone https://git.qemu.org/git/qemu.git; \
4848
cd qemu; \
4949
git checkout tags/v5.2.0; \
5050
./configure --target-list=aarch64-softmmu --enable-modules \

0 commit comments

Comments
 (0)