fix: runtime dependencies

This commit is contained in:
Xinrea
2025-04-30 03:02:08 +08:00
parent 58ae1ef426
commit bdf017024a

View File

@@ -55,6 +55,10 @@ WORKDIR /app
# Install runtime dependencies
RUN apt-get update && apt-get install -y \
libssl3 \
libwebkit2gtk-4.1-0 \
libgtk-3-0 \
libappindicator3-1 \
librsvg2-2 \
&& rm -rf /var/lib/apt/lists/*
# Copy built frontend