Skip to content

Commit aa2bdb2

Browse files
committed
revert the change in builder image
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
1 parent e2fa8ed commit aa2bdb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/docker/builder/cpu/ubuntu22.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG TARGETARCH
1515

1616
RUN apt-get update && apt-get install -y --no-install-recommends wget curl ca-certificates gnupg2 \
1717
g++ gcc gdb gdbserver ninja-build git make ccache libssl-dev zlib1g-dev zip unzip \
18-
clang clang-format-12 clang-tidy-12 lcov libtool m4 autoconf automake python3 python3-pip \
18+
clang-format-12 clang-tidy-12 lcov libtool m4 autoconf automake python3 python3-pip \
1919
pkg-config uuid-dev libaio-dev libopenblas-dev && \
2020
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata && \
2121
ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \

0 commit comments

Comments
 (0)