containers-gem-compiler/bootstrap.sh

8 lines
208 B
Bash
Raw Normal View History

2021-09-29 18:54:59 +00:00
#!/bin/sh
set -e
test -n "${EXTRA_PKGS}" && apk add --no-cache ${EXTRA_PKGS}
2021-09-30 00:11:17 +00:00
test -n "${EXTRA_GEMS}" && gem install --no-user-install --no-document ${EXTRA_GEMS}
2021-09-29 18:54:59 +00:00
2021-09-29 19:19:40 +00:00
su-exec builder /usr/local/bin/gem-compiler