Skip to content

Commit 55bd504

Browse files
committed
Switch to using our own fork of doxybook2. wolfTPM issue fixed in wolfSSL/wolfTPM#357
1 parent cdeb984 commit 55bd504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ RUN apt-get -y install pandoc mkdocs doxygen git build-essential cmake libfmt-de
1414
RUN git clone --depth=1 https://github.com/pantor/inja
1515
RUN cd inja && cmake . -DBUILD_TESTING=OFF -DBUILD_BENCHMARK=OFF && make install
1616

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

0 commit comments

Comments
 (0)