Skip to content

Commit 047e650

Browse files
jsjoeioghuntley
authored andcommitted
fixup!: remove unnecssary sudo in lazygit lines
1 parent 290e534 commit 047e650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ RUN apt-get install -y software-properties-common && \
183183
# See https://github.com/jesseduffield/lazygit#ubuntu
184184
RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep '"tag_name":' | sed -E 's/.*"v*([^"]+)".*/\1/') && \
185185
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz" && \
186-
sudo tar xf lazygit.tar.gz -C /usr/local/bin lazygit
186+
tar xf lazygit.tar.gz -C /usr/local/bin lazygit
187187

188188
# Install frontend utilities
189189
RUN apt-get update && \

0 commit comments

Comments
 (0)