Skip to content

Commit 66790e3

Browse files
committed
Allow specifying NO_INSTALL_RECOMMENDS in bootstrapped installs
[ci skip]
1 parent 2c201a7 commit 66790e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ install-dokku-from-source() {
8585

8686
install-dokku-from-package() {
8787
local DOKKU_CHECKOUT="$1"
88-
local NO_INSTALL_RECOMMENDS=""
88+
local NO_INSTALL_RECOMMENDS=${DOKKU_NO_INSTALL_RECOMMENDS:=""}
8989

9090
if [[ -n $DOKKU_DOCKERFILE ]]; then
9191
NO_INSTALL_RECOMMENDS=" --no-install-recommends "

0 commit comments

Comments
 (0)