mirror of
https://github.com/dokku/dokku.git
synced 2025-12-14 19:17:41 +01:00
fix: set BIN_DIR
This commit is contained in:
@@ -35,7 +35,7 @@ RUN mkdir -p /etc/apt/keyrings \
|
||||
&& rm -rf /tmp/nixpacks.bash \
|
||||
&& curl -o /tmp/railpack.bash -sSL https://railpack.com/install.sh \
|
||||
&& chmod +x /tmp/railpack.bash \
|
||||
&& RAILPACK_BIN_DIR=/usr/bin /tmp/railpack.bash \
|
||||
&& RAILPACK_BIN_DIR=/usr/bin BIN_DIR=/usr/bin /tmp/railpack.bash \
|
||||
&& test -x /usr/bin/railpack \
|
||||
&& rm -rf /tmp/railpack.bash \
|
||||
&& echo "dokku dokku/hostname string $DOKKU_HOSTNAME" | debconf-set-selections \
|
||||
|
||||
Reference in New Issue
Block a user