Removed ntfy user account from arm dockerfile. Unable to reproduce build issue locally on ubuntu 22.04 based server.

This commit is contained in:
Adam Rahja 2024-05-08 12:40:28 -05:00
parent 5d2351a13a
commit e5b2c37c44
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ LABEL org.opencontainers.image.description="Send push notifications to your phon
# Alpine does not support adding "tzdata" on ARM anymore, see
# https://github.com/binwiederhier/ntfy/issues/894
RUN /usr/sbin/adduser -D -u 10001 ntfy
COPY ntfy /usr/bin
EXPOSE 80/tcp