switch to bullseye to fix chromium not launching on arm

This commit is contained in:
ThePhaseless
2024-11-26 12:19:52 +00:00
parent 794ebdf00e
commit 6dc1133daf
3 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
FROM python:3.12
FROM python:3.12-bullseye
RUN apt update && apt upgrade -y && apt install -y chromium xvfb
RUN apt update && apt upgrade -y && apt install -y chromium chromium-driver xvfb
RUN curl -sSL https://install.python-poetry.org | python3 -
+2 -1
View File
@@ -32,6 +32,7 @@
"8181:8191"
],
"features": {
"ghcr.io/devcontainers-extra/features/act:1": {}
"ghcr.io/devcontainers-extra/features/act:1": {},
"ghcr.io/devcontainers/features/desktop-lite:1": {}
}
}