diff --git a/claude_desktop/Dockerfile b/claude_desktop/Dockerfile index 9d23a4b133..0ee7ed17be 100644 --- a/claude_desktop/Dockerfile +++ b/claude_desktop/Dockerfile @@ -25,9 +25,6 @@ USER root # load volume VOLUME [ "/sys/fs/cgroup" ] -# Set shell -SHELL ["/bin/bash", "-o", "pipefail", "-c"] - # Allow UID and GID setting # hadolint ignore=SC2015,DL4006,SC2013,SC2086 RUN \