Skip to content

Commit

Permalink
fixup dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Oct 30, 2023
1 parent 133dbe0 commit 6d61a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get -y -qq update; \
RUN mkdir -p /opt/doxybook2; \
cd /opt/doxybook2; \
wget -q -O doxybook2.zip "https://github.com/matusnovak/doxybook2/releases/download/v1.5.0/doxybook2-linux-amd64-v1.5.0.zip"; \
unzip -xf doxybook2.zip
unzip doxybook2.zip

ENV PATH "$PATH:/opt/doxybook2/bin"

Expand Down

0 comments on commit 6d61a87

Please sign in to comment.