Просмотр исходного кода

contrib/docker/riscv.Dockerfile: removed QEMU deps since you can pull them and register them directly in docker

skoupidi 2 лет назад
Родитель
Сommit
b4f435d315
1 измененных файлов с 2 добавлено и 5 удалено
  1. 2 5
      contrib/docker/riscv.Dockerfile

+ 2 - 5
contrib/docker/riscv.Dockerfile

@@ -1,8 +1,5 @@
-# This script uses QEMU emulation, therefore requires the following dependencies:
-# 1. binfmt-support
-# 2. qemu
-# 3. qemu-user-static
-# After installation, register them to docker:
+# This script uses QEMU emulation, so before execution pull the corresponding
+# images:
 #   docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
 
 # Usage(on repo root folder):