mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
use chromium
This commit is contained in:
parent
9109abc92d
commit
758496a4ae
@ -18,10 +18,8 @@ ENV \
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 8191
|
EXPOSE 8191
|
||||||
ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ./
|
|
||||||
RUN apt update &&\
|
RUN apt update &&\
|
||||||
apt install -y xvfb scrot python3-tk curl ./google-chrome-stable_current_amd64.deb &&\
|
apt install -y xvfb scrot python3-tk curl chromium
|
||||||
rm ./google-chrome-stable_current_amd64.deb
|
|
||||||
|
|
||||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||||
ENV PATH="${HOME}/.local/bin:$PATH"
|
ENV PATH="${HOME}/.local/bin:$PATH"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user