Skip to content

Commit

Permalink
add ripgrep for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
jharmison-redhat committed Jun 20, 2023
1 parent d5da0f8 commit bb9b041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN curl -Lo /tmp/golang.tgz https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.t
&& echo -e '#!/bin/bash\nflatpak-spawn --host podman "${@}"' > /usr/local/bin/podman \
&& chmod +x /usr/local/bin/operator-sdk /usr/local/bin/podman \
&& echo -e 'GOROOT=/usr/local/go\nGOPATH=$HOME/go\nPATH=$GOPATH/bin:$GOROOT/bin:$PATH\nexport GOROOT GOPATH PATH' > /etc/profile.d/go.sh \
&& dnf -y install gcc make \
&& dnf -y install gcc make ripgrep \
&& dnf -y clean all

0 comments on commit bb9b041

Please sign in to comment.