#!/bin/sh set -e cd "$(dirname "$0")/.." gem install bundler --conservative -v '~> 2.0' -q bundle install --quiet if [ ! -f /usr/sbin/haproxy ] && command -v apt-get; then apt-get update -y && apt-get install -y --no-install-recommends haproxy fi