added rust because some new python dependency is yearning for it

This commit is contained in:
Walter 2025-02-21 15:21:49 +01:00
parent 4a6813e75f
commit 1fc20a8f9c

View File

@ -11,7 +11,7 @@ RUN mkdir -p $HOME && \
addgroup --system app && \
adduser --system -G app app && \
apk update && \
apk add --no-cache netcat-openbsd
apk add --no-cache gcc musl-dev rust cargo
WORKDIR $APP_HOME