File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,19 @@ RUN apt-get update && \
1919 build-essential \
2020 pandoc \
2121 chromium-browser \
22+ # Extra browser/system dependencies for Kaleido/Chromium
23+ libnss3 \
24+ libatk-bridge2.0-0 \
25+ libcups2 \
26+ libxcomposite1 \
27+ libxdamage1 \
28+ libxfixes3 \
29+ libxrandr2 \
30+ libgbm1 \
31+ libxkbcommon0 \
32+ libpango-1.0-0 \
33+ libcairo2 \
34+ libasound2 \
2235 && rm -rf /var/lib/apt/lists/*
2336
2437# Install Quarto CLI
Original file line number Diff line number Diff line change @@ -75,9 +75,6 @@ website:
7575 - pages/sharing/citation.qmd
7676 - pages/sharing/changelog.qmd
7777 - pages/sharing/archive.qmd
78- - section : " Further information"
79- contents :
80- - pages/further_info/acknowledgements.qmd
8178 favicon : images/stars_logo_blue.png
8279 navbar :
8380 collapse : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments