Skip to content
Snippets Groups Projects
Commit 166a886c authored by Francesco Giacomini's avatar Francesco Giacomini
Browse files

Add a script to install build-time dependencies

The script can be used both for the devcontainer and for the continuous
integration.
parent 2892c32f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
yum -y install epel-release
yum -y install \
gcc-c++ \
GeoIP-devel \
gd-devel \
gettext \
ccache \
libxslt-devel \
lcov \
perl-ExtUtils-Embed \
perl-Test-Nginx \
perl-Digest-SHA \
readline-devel \
boost-devel \
voms-devel \
make \
patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment