Skip to content

Commit

Permalink
Update Dockerfile.centos7 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Nov 20, 2024
1 parent ccbeb30 commit cab7a20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ RUN pip3 install --no-cache-dir fastcov
# Install ossutil
RUN curl https://gosspublic.alicdn.com/ossutil/install.sh | bash

#Install mold
RUN mkdir /usr/local/mold && wget -qO- https://oss-cdn.nebula-graph.com.cn/toolset/mold/mold-2.1.0-$(uname -m)-linux.tar.gz | tar xzf - --strip-components=1 -C /usr/local/mold/ \
&& ln -snf /opt/vesoft/toolset/gcc/9.3.0/lib64/libstdc++.so.6 /usr/lib64/libstdc++.so.6
ENV PATH=/usr/local/mold/bin:${PATH}

#Install minio client
RUN if [ "$(uname -m)" = "x86_64" ]; then \
curl -O https://dl.min.io/client/mc/release/linux-amd64/mc; \
Expand Down

0 comments on commit cab7a20

Please sign in to comment.