Skip to content

Commit

Permalink
Switch to using our own fork of doxybook2. wolfTPM issue fixed in wol…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Jun 5, 2024
1 parent 9682aa6 commit 2af831e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ RUN apt-get -y install pandoc mkdocs doxygen git build-essential cmake libfmt-de
RUN git clone --depth=1 https://github.com/pantor/inja
RUN cd inja && cmake . -DBUILD_TESTING=OFF -DBUILD_BENCHMARK=OFF && make install

RUN git clone https://github.com/matusnovak/doxybook2
RUN git clone https://github.com/dgarske/doxybook2
# Checkout to working version of doxybook2
RUN cd doxybook2 && git checkout 187dc2991dabe65f808263
RUN cd doxybook2 && git checkout master
RUN cd doxybook2 && cmake . && make install
# Copy the source files into Docker, this and any subsequent steps won't be cached
WORKDIR /src/wolfssl
Expand Down

0 comments on commit 2af831e

Please sign in to comment.