corrected tdnf build install command.

build failing due to tdnf attempting to install
x86_64/gcc-5.3.0-5.ph1.x86_64.rpm

Signed-off-by: Brett Johnson <brett@sdbrett.com>
This commit is contained in:
Brett Johnson 2018-11-29 16:30:27 +11:00
parent 1eb64e43ef
commit 2d134c2f21
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN tdnf distro-sync -y \
&& tdnf install -y sed shadow procps-ng gawk gzip sudo net-tools >> /dev/null\
&& groupadd -r -g 10000 mysql && useradd --no-log-init -r -g 10000 -u 10000 mysql \
&& tdnf install -y mariadb-server mariadb mariadb-devel python2 python2-devel python-pip gcc \
linux-api-headers glibc-devel binutils zlib-devel openssl-devel postgresql >> /dev/null\
&& linux-api-headers glibc-devel binutils zlib-devel openssl-devel postgresql >> /dev/null \
&& pip install mysqlclient alembic psycopg2 \
&& mkdir /docker-entrypoint-initdb.d /docker-entrypoint-updatedb.d \
&& rm -fr /var/lib/mysql \