Skip to content

Commit

Permalink
Update clang-cpp23-ubuntu-latest.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joseviccruz authored Jan 17, 2024
1 parent 76c42d2 commit 3f3962c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devcontainers/clang-cpp23-ubuntu-latest.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ COPY ./scripts/cppzmq.sh /tmp/cppzmq.sh

RUN bash /tmp/libzmq.sh
RUN bash /tmp/cppzmq.sh

RUN BIN="/usr/local/bin" && \
VERSION="1.28.1" && \
curl -sSL \
"https://github.com/bufbuild/buf/releases/download/v${VERSION}/buf-$(uname -s)-$(uname -m)" \
-o "${BIN}/buf" && \
chmod +x "${BIN}/buf"

0 comments on commit 3f3962c

Please sign in to comment.