Skip to content

Commit ee52e22

Browse files
committed
fix(stacks): rabbitmqctl wait timeout
1 parent 0ee4cab commit ee52e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stacks/rabbitmq/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function build() {
99
cat << EOF > ${PROFILE_DIR}/${STACK_NAME}.sh
1010
export PATH="/opt/drycc/${STACK_NAME}/sbin:\$PATH"
1111
EOF
12-
12+
echo "procps" > ${META_DIR}/dependencies
1313
install-packages xz-utils
1414
curl -fsSL -o tmp.tar.xz https://github.com/rabbitmq/rabbitmq-server/releases/download/v${STACK_VERSION}/rabbitmq-server-generic-unix-${STACK_VERSION}.tar.xz
1515
xz -d tmp.tar.xz

0 commit comments

Comments
 (0)