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

Wont install on Alpine #949

Open
p-baum opened this issue Oct 27, 2022 · 2 comments
Open

Wont install on Alpine #949

p-baum opened this issue Oct 27, 2022 · 2 comments

Comments

@p-baum
Copy link

p-baum commented Oct 27, 2022

What are the steps to reproduce this issue?

  1. run alpine: docker run -it alpine:3.15 sh
  2. Install deps: apk add git make
  3. follow the manual installation instructions at https://git-secret.io/installation

What happens?

$ make build
make: bash: No such file or directory
make: *** [Makefile:18: build] Error 127

What were you expecting to happen?

installation

Any logs, error output, etc?

no

Any other comments?

Jfrog broken hence the attempt. All my work projects currently use git-secret. This pains me greatly.

What versions of software are you using?

alpine:3.15

@p-baum
Copy link
Author

p-baum commented Oct 27, 2022

I have resorted to manually downloading the apk from https://gitsecret.jfrog.io/artifactory/git-secret-apk/latest-stable/main/x86_64/git-secret-0.5.0.apk, copying to the image and installing with apk add --allow-untrusted --no-cache git-secret-0.5.0.apk

@joshrabinowitz
Copy link
Collaborator

Thanks for this report

It looks like you don't have 'bash' installed which is causing the build failure.
Can you install bash and see if the make build process works then please?

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

No branches or pull requests

2 participants