mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
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:
parent
2d134c2f21
commit
f3640acf67
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user