From ae1798a2a4d6f104d387d7fea65f83baafa569ac Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Fri, 16 May 2025 20:01:14 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=9A=91=20Don't=20remove=20the=20sh?= =?UTF-8?q?ell=20from=20the=20DH=20node=20Docker=20image=20(#76)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- operator/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/operator/Dockerfile b/operator/Dockerfile index 6afdf771..2b5eaafd 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -59,7 +59,6 @@ RUN useradd -m -u 1001 -U -s /bin/sh -d /datahaven datahaven && \ mkdir -p /data /datahaven/.local/share && \ chown -R datahaven:datahaven /data && \ ln -s /data /datahaven/.local/share/datahaven && \ - rm -rf /usr/bin /usr/sbin && \ /usr/local/bin/datahaven-node --version USER datahaven