We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daef00 commit fb5cfbbCopy full SHA for fb5cfbb
scripts/docker/base-ubuntu-22.04-ci.dockerfile
@@ -22,15 +22,16 @@ RUN \
22
rabbitmq-server \
23
redis-server \
24
clang-16 lld-16 llvm-16 clang-format-16 libclang-rt-16-dev\
25
- clang-14 lld-14 llvm clang-format \
+ clang-14 lld-14 llvm clang-format-18 \
26
g++-10 gcc-10 \
27
g++-11 gcc-11 \
28
g++-13 gcc-13 \
29
&& \
30
pip3 install pep8 && \
31
apt clean all && \
32
curl -fsSL https://raw.githubusercontent.com/pressly/goose/master/install.sh | sh && \
33
- curl -sSL https://install.ydb.tech/cli | bash -s -- -i/usr/local -n
+ curl -sSL https://install.ydb.tech/cli | bash -s -- -i/usr/local -n && \
34
+ update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-18 100
35
36
EXPOSE 8080-8100
37
EXPOSE 15672
0 commit comments