We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeb984 commit 55bd504Copy full SHA for 55bd504
Dockerfile
@@ -14,9 +14,9 @@ RUN apt-get -y install pandoc mkdocs doxygen git build-essential cmake libfmt-de
14
RUN git clone --depth=1 https://github.com/pantor/inja
15
RUN cd inja && cmake . -DBUILD_TESTING=OFF -DBUILD_BENCHMARK=OFF && make install
16
17
-RUN git clone https://github.com/matusnovak/doxybook2
+RUN git clone https://github.com/dgarske/doxybook2
18
# Checkout to working version of doxybook2
19
-RUN cd doxybook2 && git checkout 187dc2991dabe65f808263
+RUN cd doxybook2 && git checkout master
20
RUN cd doxybook2 && cmake . && make install
21
# Copy the source files into Docker, this and any subsequent steps won't be cached
22
WORKDIR /src/wolfssl
0 commit comments