containers-gem-compiler/bootstrap.sh

8 lines
129 B
Bash
Raw Normal View History

2021-09-29 18:54:59 +00:00
#!/bin/sh
set -e
set -x
test -n "${EXTRA_PKGS}" && apk add --no-cache ${EXTRA_PKGS}
su-exec builder /usr/local/bin/gemcompiler