From 6fb7e97dcd98bdae7bef2f8a3c7523694db85fc2 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Fri, 9 Feb 2024 00:52:06 -0500 Subject: [PATCH] test root? --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a5041e68..52ad0f79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,3 +48,5 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Then removes file paths without "git" # Then removes the 'sshCommand' line from each file RUN find . -name "*config" | grep git | while read -r line; do sed -i "/sshCommand/d" "$line"; done + +USER root \ No newline at end of file