containers-gem-compiler/bootstrap.sh

7 lines
123 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-29 19:19:40 +00:00
su-exec builder /usr/local/bin/gem-compiler