Open stvhay opened 2 years ago
Remove that package and test again?
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6e54086..a15f7e4 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -5,7 +5,7 @@ RUN echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main
RUN echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian-security/ bullseye-security main non-free contrib" >> /etc/apt/sources.list
RUN apt-get update -y && apt-get -y --allow-unauthenticated install debos \
- xz-utils dosfstools libterm-readkey-perl user-mode-linux libslirp-helper \
+ xz-utils dosfstools libterm-readkey-perl libslirp-helper \
&& apt install -y -f
RUN apt-get update -y && \
Wow. It looks like debian does not package debos for arm64.
This would be a problem for upstream Debian.
E: Unable to locate package debos
The command '/bin/sh -c apt-get update -y && apt-get -y --allow-unauthenticated install debos xz-utils dosfstools libterm-readkey-perl libslirp-helper && apt install -y -f' returned a non-zero code: 100
Enter Docker container...
Unable to find image 'debos-radxa:1' locally
docker: Error response from daemon: pull access denied for debos-radxa, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
It is worse than that. debos does not support arm64.
The dev-shell command fails when running in an ARM64 VM--I think due to missing user-mode-linux packages in the Debian repository.
Further information: