Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Use https when git clone qemu to avoid connect timeout errors.
  • Loading branch information
ZhangHanDong authored and andre-richter committed May 17, 2021
1 parent 668e63f commit 39a066c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rustembedded-osdev-utils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN set -ex; \
gem install bundler; \
bundle install --retry 3 --without development; \
# QEMU
git clone git://git.qemu.org/qemu.git; \
git clone https://git.qemu.org/git/qemu.git; \
cd qemu; \
git checkout tags/v5.2.0; \
./configure --target-list=aarch64-softmmu --enable-modules \
Expand Down

0 comments on commit 39a066c

Please sign in to comment.