Skip to content

Commit b7345b3

Browse files
authored
Merge pull request #104 from pythonhealthdatascience/dev
fix(ci): add chromium (required for kaleido write_image())
2 parents a1140a4 + c58d244 commit b7345b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update && \
1818
python3-venv \
1919
build-essential \
2020
pandoc \
21+
chromium-browser \
2122
&& rm -rf /var/lib/apt/lists/*
2223

2324
# Install Quarto CLI

0 commit comments

Comments
 (0)