Skip to content

Commit

Permalink
Merge pull request #936 from rsteube/docker-fix-mdbook
Browse files Browse the repository at this point in the history
docker: fix mdbook
  • Loading branch information
rsteube committed Oct 13, 2023
2 parents 31a8a78 + 9636faf commit bf44ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN apt-get update && apt-get install -y unzip \
&& wget -q "https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/download/v0.7.7/mdbook-linkcheck.x86_64-unknown-linux-gnu.zip" \
&& unzip mdbook-linkcheck.x86_64-unknown-linux-gnu.zip mdbook-linkcheck \
&& chmod +x mdbook-linkcheck \
&& mv mdbook-linkcheck /usr/local/bin/
&& mv mdbook mdbook-linkcheck /usr/local/bin/

FROM base
RUN apt-get update && apt-get install -y libicu72
Expand Down

0 comments on commit bf44ea8

Please sign in to comment.