From e5b2c37c44d5fd9b2a303990a4f0848882ce8f3e Mon Sep 17 00:00:00 2001 From: Adam Rahja Date: Wed, 8 May 2024 12:40:28 -0500 Subject: [PATCH] Removed ntfy user account from arm dockerfile. Unable to reproduce build issue locally on ubuntu 22.04 based server. --- Dockerfile-arm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile-arm b/Dockerfile-arm index c1a68a2f..755092fd 100644 --- a/Dockerfile-arm +++ b/Dockerfile-arm @@ -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