File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
ARG BUILD_ON_IMAGE=glcr.b-data.ch/python/base
2
2
ARG PYTHON_VERSION
3
- ARG QUARTO_VERSION=1.5.57
3
+ ARG QUARTO_VERSION=1.6.38
4
4
ARG CTAN_REPO=https://mirror.ctan.org/systems/texlive/tlnet
5
5
6
6
FROM ${BUILD_ON_IMAGE}${PYTHON_VERSION:+:$PYTHON_VERSION}
@@ -36,6 +36,9 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
36
36
&& mkdir -p /opt/quarto \
37
37
&& tar -xzf quarto-${QUARTO_VERSION}-linux-${dpkgArch}.tar.gz -C /opt/quarto --no-same-owner --strip-components=1 \
38
38
&& rm quarto-${QUARTO_VERSION}-linux-${dpkgArch}.tar.gz \
39
+ # # Exempt quarto from address space limit
40
+ && sed -i 's/"${QUARTO_DENO}"/prlimit -v=unlimited: "${QUARTO_DENO}"/g' \
41
+ /opt/quarto/bin/quarto \
39
42
# # Remove quarto pandoc
40
43
&& rm /opt/quarto/bin/tools/$(uname -m)/pandoc \
41
44
# # Link to system pandoc
You can’t perform that action at this time.
0 commit comments