Skip to content

Commit

Permalink
insatll
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Aug 24, 2022
1 parent 907f0d0 commit 080130b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/.ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
SOURCE=${SOURCE_BRANCH:-master}
RUN apt-get -q update && apt-get install -qy --no-install-recommends \
curl git clang make build-essential cmake libssl-dev zlib1g-dev ca-certificates \
libgmp-dev flex bison patch libzstd-dev unzip ninja-build pkg-config\
libgmp-dev flex bison patch libzstd-dev unzip ninja-build pkg-config curl zip tar \
&& ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& apt-get install -qy --no-install-recommends tzdata \
&& dpkg-reconfigure --frontend noninteractive tzdata \
Expand Down

0 comments on commit 080130b

Please sign in to comment.