Skip to content

Conversation

juegge
Copy link

@juegge juegge commented Nov 13, 2023

The ast-cli docker image is based on alpine linux. Hence, the you have to wget the musl version of Scaresolver (alpine version). Otherwise, it will not work.

The ast-cli docker image is based on alpine linux. Hence, the you have to wget the musl version of Scaresolver (alpine version). Otherwise, it will not work.
@kaplanlior
Copy link

Thank you for the PR, could you also give some details on the motivation for this change?

Also, notice the filename you suggest to change also appears in other lines in the file, and should be updated as part of this PR.

untar and rm the correct files
@juegge
Copy link
Author

juegge commented Nov 13, 2023

Hi,
for the motivation see in the PR. essentially AST-CLI docker image is alpine based. So you need the alpine version of ScaResolver not the glibc (debian) based version as in the current example. The "musl" is the alpine "glibc". A glibc based excutable will not run on a musl based system like alpine.
I corrected the filenames
cheers

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.

2 participants