Skip to content

Commit

Permalink
Add clang-format to build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaka27 committed May 29, 2024
1 parent 85d8c9c commit 18f7b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dockerfiles/Dockerfile.ubuntu-base
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8

## Install build tools
RUN apt-get update && apt-get -y upgrade && \
apt-get install -y build-essential m4 autoconf \
apt-get install -y build-essential m4 autoconf clang-format \
default-jdk flex pkg-config locales tzdata sudo ${INSTALL_LIBS} && \
sed -i 's@# en_US.UTF-8@en_US.UTF-8@g' /etc/locale.gen && locale-gen && \
update-alternatives --set wx-config /usr/lib/x86_64-linux-gnu/wx/config/gtk3-unicode-3.0
Expand Down

0 comments on commit 18f7b7c

Please sign in to comment.