Update Dockerfile

This commit is contained in:
2026-01-05 18:03:05 +01:00
parent b1f4895ead
commit 678a9e417a

View File

@@ -135,8 +135,6 @@ RUN groupadd -g 1000 appuser 2>/dev/null || true && \
id -u 1000 >/dev/null 2>&1 || useradd -u 1000 -g 1000 -m -s /bin/bash appuser && \
chown -R 1000:1000 /app
USER 1000:1000
RUN apt-get remove -y --purge \
libgl1-mesa-dev \
mesa-common-dev \
@@ -148,4 +146,6 @@ RUN apt-get remove -y --purge \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
USER 1000:1000
WORKDIR /app/danser