Skip to content

Commit

Permalink
fix Dockerfile 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Jan 3, 2024
1 parent c9811ba commit c25df62
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 curl zip tar autoconf\
libgmp-dev flex bison patch libzstd-dev unzip ninja-build pkg-config curl zip tar ccache uuid-runtime automake autoconf \
&& 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 c25df62

Please sign in to comment.