Skip to content

Commit 445455b

Browse files
fixed requirements and dockerfile
1 parent 69c34d5 commit 445455b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ COPY requirements.txt /usr/src/app/
88

99
RUN pip3 install --upgrade pip
1010
RUN pip3 install --no-cache-dir -r ../requirements-dev.txt
11-
RUN apt install pandoc
11+
RUN apt update
12+
RUN apt install pandoc -y
1213

1314
COPY .. /usr/src/app/mpqp/

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ sphinx<5.2
55
sphinx-rtd-dark-mode
66
sphinx-copybutton
77
sphinx_github_changelog
8-
nbsphinx
9-
nbsphinx_link
8+
nbsphinx==0.9.3
9+
nbsphinx_link==1.3.0

0 commit comments

Comments
 (0)