build: Update qemu-arm to v2.20 (#222)
This commit is contained in:
parent
b30479a266
commit
67d5fb0703
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM scratch
|
||||
COPY --from=qemux/qemu-arm:2.19 / /
|
||||
COPY --from=qemux/qemu-arm:2.20 / /
|
||||
|
||||
ARG VERSION_ARG="0.0"
|
||||
ARG VERSION_ARG="4.00"
|
||||
ARG DEBCONF_NOWARNINGS="yes"
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
ARG DEBCONF_NONINTERACTIVE_SEEN="true"
|
||||
|
|
|
@ -361,7 +361,7 @@ The example folder `/home/user/example` will be available as ` \\host.lan\Data`.
|
|||
|
||||
- you are not using "Docker Desktop for Linux" as it does not support KVM, instead make use of Docker Engine directly.
|
||||
|
||||
- it could help to add `privileged: true` to your compose file (or `sudo` to your `run` command), to rule out any permission issue.
|
||||
- it could help to add `privileged: true` to your compose file (or `sudo` to your `docker run` command), to rule out any permission issue.
|
||||
|
||||
### Is this project legal?
|
||||
|
||||
|
|
Loading…
Reference in a new issue