We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289d8bb commit 8cd66cfCopy full SHA for 8cd66cf
docker/images/proxysql/rhel-compliant/rhel6/entrypoint/entrypoint.bash
@@ -4,14 +4,6 @@ set -eu
4
echo "==> Build environment:"
5
env
6
7
-echo "==> Dirty patching to ensure OS deps are installed"
8
-
9
-yum -y install gnutls-devel libtool || true
10
-yum -y install epel-release
11
-sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo
12
-yum -y install http://repo.okay.com.mx/centos/6/x86_64/release/okay-release-1-1.noarch.rpm
13
-yum -y upgrade automake autoconf
14
15
echo "==> Cleaning"
16
# Delete package if exists
17
rm -f /opt/proxysql/binaries/proxysql-${CURVER}-1-${PKG_RELEASE}.x86_64.rpm || true
0 commit comments