feat: add headless auth

This commit is contained in:
Florian Bezannier
2026-04-18 09:53:00 +02:00
parent 1fb3beeeea
commit b74bad33e2
14 changed files with 244 additions and 32 deletions
+5
View File
@@ -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