use jemalloc
Some checks failed
Gitea Actions Demo / lint (push) Successful in 24s
Gitea Actions Demo / test (push) Successful in 15s
Gitea Actions Demo / docker (push) Has been cancelled

This commit is contained in:
2025-04-30 21:51:49 -05:00
parent 16139755e5
commit 4fd8dd78ef
3 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /kubernaut
RUN <<EOT
apk update -q
apk add bash
apk add bash jemalloc
rm -rf /var/cache/apk
gem update --system --no-document
gem install -N bundler