added rust because some new python dependency is yearning for it
This commit is contained in:
parent
4a6813e75f
commit
1fc20a8f9c
@ -11,7 +11,7 @@ RUN mkdir -p $HOME && \
|
|||||||
addgroup --system app && \
|
addgroup --system app && \
|
||||||
adduser --system -G app app && \
|
adduser --system -G app app && \
|
||||||
apk update && \
|
apk update && \
|
||||||
apk add --no-cache netcat-openbsd
|
apk add --no-cache gcc musl-dev rust cargo
|
||||||
|
|
||||||
WORKDIR $APP_HOME
|
WORKDIR $APP_HOME
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user