Skip to content
Snippets Groups Projects
Commit 6ef058a7 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Dockerfile.

parent d066d29c
No related branches found
No related tags found
No related merge requests found
Pipeline #10018 failed
......@@ -9,5 +9,6 @@ RUN apt-get update \
wget
RUN pip3 install breathe miss_hit sphinx-rtd-theme recommonmark
RUN wget --output generate_doc_unreleased.zip https://github.com/gnu-octave/generate_doc/archive/refs/heads/main.zip
RUN wget --output-document generate_doc_unreleased.zip \
https://github.com/gnu-octave/generate_doc/archive/refs/heads/main.zip
RUN octave --eval "pkg install generate_doc_unreleased.zip"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment