mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-26 10:17:18 +00:00
feat: add headless auth
This commit is contained in:
@@ -21,5 +21,10 @@ COPY --from=builder /usr/local/bin/ /usr/local/bin/
|
||||
RUN apt-get install -y --no-install-recommends $PYTHON_DEP curl && \
|
||||
apt-get clean ; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install Playwright and WebKit dependencies
|
||||
RUN pip3 install --break-system-packages playwright && \
|
||||
playwright install --with-deps webkit
|
||||
|
||||
COPY /docker_files/init.sh /init.sh
|
||||
CMD /init.sh
|
||||
|
||||
Reference in New Issue
Block a user