fix: su-exec → gosu (su-exec ist Alpine-only, Debian nutzt gosu)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ulsklyc
2026-03-25 09:04:06 +01:00
parent fe7af1775a
commit b5bb69ad37
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
make \
g++ \
libsqlcipher-dev \
su-exec \
gosu \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app