mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
add xvfb to devcontainer
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM python:3.12
|
||||
|
||||
RUN apt update && apt upgrade -y && apt install -y chromium
|
||||
RUN apt update && apt upgrade -y && apt install -y chromium xvfb
|
||||
|
||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||
Reference in New Issue
Block a user