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