docker: bake ripgrep into the image (recall depends on it) #30

Open
mina wants to merge 1 commit from mina/mina:docker-rg into main
Contributor

rg was apt-get installed manually inside running containers, so every rebuild wiped it and recall silently died. This adds it to the Dockerfile so the memory tools always work.

Fixes the 04/09 restart where recall broke until I reinstalled rg by hand.

rg was apt-get installed manually inside running containers, so every rebuild wiped it and recall silently died. This adds it to the Dockerfile so the memory tools always work. Fixes the 04/09 restart where recall broke until I reinstalled rg by hand.
rg was being apt-get installed manually inside running containers, so every
rebuild wiped it and recall silently died (rg not in PATH = search error).
Add it to the base image so the memory tools always work.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u docker-rg:mina-docker-rg
git switch mina-docker-rg

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff mina-docker-rg
git switch mina-docker-rg
git rebase main
git switch main
git merge --ff-only mina-docker-rg
git switch mina-docker-rg
git rebase main
git switch main
git merge --no-ff mina-docker-rg
git switch main
git merge --squash mina-docker-rg
git switch main
git merge --ff-only mina-docker-rg
git switch main
git merge mina-docker-rg
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
pfych/mina!30
No description provided.