ntfy build image: -1 layer inutile

This commit is contained in:
Gitouche 2023-03-26 16:30:48 +02:00
parent ec95689f78
commit 137e471001
1 changed files with 2 additions and 3 deletions

View File

@ -20,9 +20,8 @@ LABEL maintainer="contact@garbaye.fr"
EXPOSE 80/tcp
RUN apk add --no-cache tzdata
RUN adduser \
RUN apk add --no-cache tzdata && \
adduser \
-S -H -D \
ntfy && \
mkdir /etc/ntfy && \