Skip to content

Commit

Permalink
chore: update gobrew installation script
Browse files Browse the repository at this point in the history
Signed-off-by: Ilham Syahid S <[email protected]>
  • Loading branch information
ilhamsyahids committed Sep 12, 2024
1 parent af1f1fe commit 9298fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/infras/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \

# Install Gobrew
ENV PATH="/root/.gobrew/current/bin:/root/.gobrew/bin:$PATH"
RUN curl -sLk https://raw.githubusercontent.com/kevincobain2000/gobrew/master/git.io.sh | sh
RUN curl -sL https://raw.githubusercontent.com/kevincobain2000/gobrew/master/git.io.sh | bash

# Set Working Directory
WORKDIR /go/src/github.com/riandyrn/otelchi
Expand Down

0 comments on commit 9298fc2

Please sign in to comment.