summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-14 10:15:39 -0600
committermo khan <mo.khan@gmail.com>2020-09-14 10:19:09 -0600
commite1ee307c4859c0f5311e1e611bc06970cae4a2a4 (patch)
tree88b4ef808bb2c89eaa7fe006d8e3a82c5548b6a9 /bin/setup
parent99ea880937103621778f279ce48a1e7bb3c82262 (diff)
chore: install build tools for installing dev gems
Diffstat (limited to 'bin/setup')
-rwxr-xr-xbin/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setup b/bin/setup
index 46ea045..d91c47d 100755
--- a/bin/setup
+++ b/bin/setup
@@ -9,7 +9,7 @@ export PATH="/builds/gitlab-org/security-products/license-management/exe:/opt/gi
if [ ! -f /usr/sbin/haproxy ] && command -v apt-get; then
curl https://haproxy.debian.net/bernat.debian.org.gpg | apt-key add -
echo deb http://haproxy.debian.net buster-backports-2.2 main | tee /etc/apt/sources.list.d/haproxy.list
- apt-get update -y && apt-get install -y --no-install-recommends haproxy=2.2.\*
+ apt-get update -y && apt-get install -y --no-install-recommends build-essential haproxy=2.2.\*
fi
[[ -z "$CI_JOB_ID" ]] && enable_dev_mode