Skip to content

Commit 8cd66cf

Browse files
committed
Update entrypoint for centos6 build
1 parent 289d8bb commit 8cd66cf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docker/images/proxysql/rhel-compliant/rhel6/entrypoint/entrypoint.bash

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ set -eu
44
echo "==> Build environment:"
55
env
66

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-
157
echo "==> Cleaning"
168
# Delete package if exists
179
rm -f /opt/proxysql/binaries/proxysql-${CURVER}-1-${PKG_RELEASE}.x86_64.rpm || true

0 commit comments

Comments
 (0)