
Network service crashed, restarting service. GPU process launch failed: error_code=1002 Floss manager not present, cannot set Floss enable/disable. Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped The generation of the image works, but when I try to execute the image on my M1 this happens:Īnd the output I get if I enter the container and try to execute chromium: qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped # Avoids font rendering differences between headless/headfull "-disable-client-side-phishing-detection", \ "-disable-background-timer-throttling", \ RUN sed -i -e 's/# es_ES.UTF-8 UTF-8/es_ES.UTF-8 UTF-8/' /etc/locale.gen & \ĭpkg-reconfigure -frontend=noninteractive locales
#Qemu mac m1 install
RUN apt-get install -y -no-install-recommends \ RUN apt-get update & apt-get install -y -no-install-recommends \ pushĪnd this is my Dockerfile: FROM -platform=linux/amd64 debian:unstable-20211011-slim Run: echo $" -platform linux/amd64,linux/arm64. # not using self-hosted-org because this needs to run docker in privileged mode (see setup-builder step) My github action name: build-web-builder-docker To generate it and push it on my private docker hub, I use github actions: I'm trying to generate a docker image to run chromium on M1 and attach puppeteer.
