You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating an issue! Please fill out this form so we can be
sure to have all the information we need, and to minimize back and forth.
What are you trying to do?
I'm trying to run ahab on my Mac
What feature or behavior is this required for?
I'm extracting package list from a Docker container, but it's easier to avoid installing ahab inside the container by running it directly from the host OS (a Mac in my case): docker run --rm my-docker-image dpkg-query --show --showformat='${Package} ${Version}\n' | ahab --package-manager dpkg
How could we solve this issue? (Not knowing is okay!)
I tested by building ahab myself, it works
now it's just about providing a binary to users instead of letting them build ahab
Thanks for creating an issue! Please fill out this form so we can be
sure to have all the information we need, and to minimize back and forth.
What are you trying to do?
I'm trying to run ahab on my Mac
What feature or behavior is this required for?
I'm extracting package list from a Docker container, but it's easier to avoid installing ahab inside the container by running it directly from the host OS (a Mac in my case):
docker run --rm my-docker-image dpkg-query --show --showformat='${Package} ${Version}\n' | ahab --package-manager dpkg
How could we solve this issue? (Not knowing is okay!)
I tested by building ahab myself, it works
now it's just about providing a binary to users instead of letting them build ahab
Anything else?
cc @bhamail / @DarthHater / @ken-duck
The text was updated successfully, but these errors were encountered: