remove all matching gems

This commit is contained in:
f 2022-04-14 16:09:21 -03:00
parent 14a689b4b7
commit 3a07b8ea58
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ su-exec builder /usr/local/bin/gem-compiler
exit_status=$?
test -n "${EXTRA_PKGS}" && apk del ${EXTRA_PKGS}
test -n "${EXTRA_GEMS}" && gem uninstall ${EXTRA_GEMS}
test -n "${EXTRA_GEMS}" && gem uninstall --all ${EXTRA_GEMS}
exit ${exit_status}