Update Dockerfile

Use https when git clone qemu to avoid connect timeout errors.
pull/112/head
Alex 3 years ago committed by GitHub
parent 668e63fea5
commit d8bcdc4c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 \

Loading…
Cancel
Save