Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update boost libraries download URL.
  • Loading branch information
redboltz committed Feb 15, 2025
1 parent 3a09d24 commit 15f01e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/msgpack-c/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y cmake wget bzip2
RUN git clone --depth 1 --single-branch --branch cpp_master https://github.com/msgpack/msgpack-c.git msgpack-c

RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.70.0/source/boost_1_70_0.tar.bz2 && \
RUN wget https://archives.boost.io/release/1.70.0/source/boost_1_70_0.tar.bz2 && \
tar xf boost_1_70_0.tar.bz2 && \
cd boost_1_70_0 && \
./bootstrap.sh --with-toolset=clang --prefix=/usr && \
Expand Down

0 comments on commit 15f01e0

Please sign in to comment.