diff --git a/docker/Dockerfile b/docker/Dockerfile index ae1bb6f..2ff7047 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:testing +FROM debian:bookworm # Don't pin the packages versions to exact values # hadolint ignore=DL3008 @@ -33,6 +33,8 @@ RUN apt-get update && \ git && \ rm -rf /var/lib/apt/lists/* +RUN if [ "$(uname -m)" = "x86_64" ]; then apt update && apt install qemu-user-static arch-test -y; fi + COPY files/pip.conf /etc/pip.conf RUN pip install omegaconf