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

FIX: Dockerfile.

parent cdf8df8d
Branches
Tags
No related merge requests found
Pipeline #10017 failed
......@@ -5,9 +5,9 @@ RUN apt-get update \
make \
octave \
python3-pip \
python3-sphinx
python3-sphinx \
wget
RUN pip3 install breathe miss_hit sphinx-rtd-theme recommonmark
RUN curl --output generate_doc_unreleased.zip \
https://github.com/gnu-octave/generate_doc/archive/refs/heads/main.zip
RUN wget --output 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