Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Gobrew Installation on Dockerfile #63

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Conversation

ilhamsyahids
Copy link
Collaborator

@ilhamsyahids ilhamsyahids commented Sep 12, 2024

Latest update master branch on gobrew is impacting our test script.

The error is like this:

#8 [ 3/11] RUN curl -sLk https://raw.githubusercontent.com/kevincobain2000/gobrew/master/git.io.sh | sh
#8 0.335 sh: 3: set: Illegal option -o pipefail
#8 ERROR: process "/bin/sh -c curl -sLk https://raw.githubusercontent.com/kevincobain2000/gobrew/master/git.io.sh | sh" did not complete successfully: exit code: 2
------
 > [ 3/11] RUN curl -sLk https://raw.githubusercontent.com/kevincobain2000/gobrew/master/git.io.sh | sh:
0.335 sh: 3: set: Illegal option -o pipefail

This PR is to fix it using specific version to prevent similar issue

@ilhamsyahids ilhamsyahids self-assigned this Sep 12, 2024
@ilhamsyahids ilhamsyahids merged commit 38e0478 into master Sep 12, 2024
1 check passed
@ilhamsyahids ilhamsyahids deleted the fix/gobrew-installation branch September 12, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant