This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
glab: command not found on Docker image #816
Labels
bug
Something isn't working
platform-packaging
priority: high
Affects a large population and inhibits work
Description
When launching the latest Docker image with e.g.
docker run -it --rm profclems/glab:latest
, it returns/entrypoint.sh: line 24: glab: command not found
Expected Behavior vs Actual Behavior
I'd expect it to launch the
glab
executable.Possible Fix
Seems like
glab
isn't in the default$PATH
, because it's located at/usr/glab
. Either moveglab
into/usr/local/bin
(arguably more correct), or add/usr
to$PATH
.Steps to Reproduce
docker run -it profclem/glab:latest
glab: command not found
Your Environment
glab --version
): 1.19.0The text was updated successfully, but these errors were encountered: