image-scan for all build-platforms

agt-get upgrade in Dockerfile
This commit is contained in:
2026-02-15 14:56:46 +01:00
parent 88f44174e5
commit 4e8ac6f21a
2 changed files with 14 additions and 2 deletions

View File

@@ -7,8 +7,8 @@ LABEL description="tebarius Mysteryhelfer web"
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends curl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*