Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Dockerize CLI#14

Merged
andrew merged 4 commits into
git-pkgs:mainfrom
algomaster99:dockerize
Jan 9, 2026
Merged

Dockerize CLI#14
andrew merged 4 commits into
git-pkgs:mainfrom
algomaster99:dockerize

Conversation

@algomaster99

Copy link
Copy Markdown
Contributor

Thanks for the great tool. I was struggling to install Ruby on my system but I wanted to play with your tool so I dockerized it. Maybe this is useful for others as well. The dependencies are suggested by AI so please feel free to propose changes to the list.

docker build . -t gp
docker run -w /mnt -v "$PWD:/mnt" gp stats

@andrew andrew left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can it use Ruby 4.0.0?

@andrew

andrew commented Jan 8, 2026

Copy link
Copy Markdown
Collaborator

Awesome, thanks for that, do you want to add these instructions to the readme as well?

@algomaster99

Copy link
Copy Markdown
Contributor Author

Sounds good! I will send the changes. Having some permission issues in the docker image. The git-pkgs is install with root but I mount with $(id -u) ownership. I am taking a look.

@algomaster99 algomaster99 requested a review from andrew January 9, 2026 14:11
@andrew andrew merged commit 6e9939e into git-pkgs:main Jan 9, 2026
7 checks passed
@andrew

andrew commented Jan 9, 2026

Copy link
Copy Markdown
Collaborator

Thanks!

@algomaster99 algomaster99 deleted the dockerize branch January 9, 2026 16:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants