This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.11-slim
|
||||
FROM python:3.11-slim-bookworm
|
||||
|
||||
# Install required system dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
@@ -6,10 +6,6 @@ RUN apt-get update && apt-get install -y \
|
||||
gnupg2 \
|
||||
procps \
|
||||
sqlite3 \
|
||||
fonts-ipafont-gothic \
|
||||
fonts-wqy-zenhei \
|
||||
fonts-thai-tlwg \
|
||||
fonts-freefont-ttf \
|
||||
libxss1 \
|
||||
xvfb \
|
||||
--no-install-recommends \
|
||||
|
||||
Reference in New Issue
Block a user