We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fa8ed commit aa2bdb2Copy full SHA for aa2bdb2
1 file changed
build/docker/builder/cpu/ubuntu22.04/Dockerfile
@@ -15,7 +15,7 @@ ARG TARGETARCH
15
16
RUN apt-get update && apt-get install -y --no-install-recommends wget curl ca-certificates gnupg2 \
17
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 \
+ clang-format-12 clang-tidy-12 lcov libtool m4 autoconf automake python3 python3-pip \
19
pkg-config uuid-dev libaio-dev libopenblas-dev && \
20
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata && \
21
ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
0 commit comments