Skip to content

Commit

Permalink
test root?
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 9, 2024
1 parent 02340e3 commit 6fb7e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6fb7e97

Please sign in to comment.