Chromium: Russian language, autofill passwords from svc_login/svc_password via Login Data

This commit is contained in:
2026-04-30 07:22:31 +00:00
parent d7c956e10b
commit 23c1f6e342
3 changed files with 143 additions and 22 deletions
+1
View File
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
x11-xserver-utils \
x11-utils \
fonts-dejavu-core \
python3-cryptography \
&& rm -rf /var/lib/apt/lists/*
COPY entrypoint.sh /entrypoint.sh