Skip to content

Commit 7b4aae4

Browse files
committed
Install wget -- needed by 17-pandas.ipynb (for nbval)
1 parent f37a932 commit 7b4aae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:bullseye-slim
22

33
RUN apt-get update -y && apt-get install -y texlive-xetex latexmk texlive-xetex \
4-
texlive-fonts-extra fonts-freefont-otf python3 python3-pip git zile
4+
texlive-fonts-extra fonts-freefont-otf python3 python3-pip git zile wget
55

66
COPY poetry.lock pyproject.toml /opt/
77

0 commit comments

Comments
 (0)