install tini

This commit is contained in:
Quinten
2023-11-18 18:42:27 +01:00
committed by GitHub
parent a02fea5fd6
commit 5023aa8715
8 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH elixir:1.12.3-slim
LABEL author="MrAvox" maintainer="mravox@proton.me"
RUN apt update \
&& apt -y install git dnsutils curl iproute2 ffmpeg \
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
&& useradd -m -d /home/container container
USER container