ソースを参照

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

skoupidi 2 年 前
コミット
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):