mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
add xvfb to devcontainer
This commit is contained in:
parent
e4c5e31d50
commit
9109abc92d
@ -1,5 +1,5 @@
|
|||||||
FROM python:3.12
|
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 -
|
RUN curl -sSL https://install.python-poetry.org | python3 -
|
Loading…
x
Reference in New Issue
Block a user