Skip to content

Commit

Permalink
clean some libs
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Nov 16, 2023
1 parent 4f42264 commit 711c884
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,12 @@ COPY --from=compbasedeps /opt/mongodb-linux-x86_64-rhel70-3.6.20/bin/mongo /usr/
COPY --from=compbasedeps /usr/local/python3 /usr/local/python3
COPY --from=compbasedeps /opt/sqlparser /usr/local/sqlparser

RUN yum -y install vim kde-l10n-Chinese glibc-common libcurl cyrus-sasl-gssapi cyrus-sasl-plain cmake bison gcc-c++ \
libaio-devel glib2 glib2-devel xz-compat-libs libffi-devel gcc make zlib-devel openssl \
openssl-devel ncurses-devel openldap-devel gettext bzip2-devel xz-devel wget \
RUN yum -y install glibc-common cyrus-sasl-gssapi cyrus-sasl-plain cmake bison gcc-c++ libaio-devel glib2 \
glib2-devel xz-libs libffi-devel gcc make zlib-devel openssl-devel ncurses-devel openldap-devel gettext \
bzip2-devel xz-devel wget \
# mysql
&& curl -o mysql-community.rpm https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
&& yum -y install mysql-community.rpm \
&& yum-config-manager --disable mysql80-community \
&& yum-config-manager --enable mysql57-community \
&& yum -y install mysql-devel \
#msodbc
&& curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo \
Expand Down

0 comments on commit 711c884

Please sign in to comment.