Skip to content

Commit

Permalink
Added g++ to clang 3.6 Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anarthal committed Dec 27, 2023
1 parent 61ade56 commit 1f4d636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/docker/build-clang3_6.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN \
git \
python3 \
python3-requests \
# Workaround for https://github.com/bfgroup/b2/issues/354
g++ \
mysql-client && \
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
apt-get --no-install-recommends -y install clang-3.6 && \
Expand Down

0 comments on commit 1f4d636

Please sign in to comment.