add apt-get uppgrade to Dockerfile
Some checks failed
trivy-scan-image / trivy_image_scan (push) Failing after 39s

This commit is contained in:
2026-02-15 14:17:02 +01:00
parent ac40105449
commit d68f660595

View File

@@ -10,6 +10,7 @@ ENV PYTHONUNBUFFERED=1
ENV SERVER_PORT=19998
RUN apt-get update && \
apt-get upgrade -y && \
if [ "$TARGETPLATFORM" = "linux/arm/v7" ] || [ "$TARGETPLATFORM" = "linux/386" ]; then \
apt-get install -y --no-install-recommends zlib1g-dev libjpeg-dev gcc; \
fi && \