Skip to content

Commit

Permalink
add rebuilddb
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanpan03 authored and tugraph committed Sep 6, 2023
1 parent 1869395 commit 0ecf5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/images/tugraph-runtime-centos7-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG FILEPATH
# specifies installation package name for tugraph
ARG FILENAME

RUN yum update -y && yum install -y \
RUN rpm --rebuilddb && yum update -y && yum install -y \
git \
gcc \
gcc-c++ \
Expand Down

0 comments on commit 0ecf5e5

Please sign in to comment.