We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375859a commit 24330dbCopy full SHA for 24330db
dogfood/Dockerfile
@@ -183,7 +183,7 @@ RUN apt-get install -y software-properties-common && \
183
# See https://github.com/jesseduffield/lazygit#ubuntu
184
RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep '"tag_name":' | sed -E 's/.*"v*([^"]+)".*/\1/') && \
185
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
+ tar xf lazygit.tar.gz -C /usr/local/bin lazygit
187
188
# Install frontend utilities
189
RUN apt-get update && \
0 commit comments