Skip to content
Snippets Groups Projects
Verified Commit a11b00cb authored by Olivier Benz's avatar Olivier Benz
Browse files

verse: Update latest Dockerfile

parent 72cce759
No related branches found
No related tags found
No related merge requests found
Pipeline #40458 passed
......@@ -68,7 +68,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
&& tar -xzf quarto-${QUARTO_VERSION}-linux-${dpkgArch}.tar.gz -C /opt/quarto --no-same-owner --strip-components=1 \
&& rm quarto-${QUARTO_VERSION}-linux-${dpkgArch}.tar.gz \
## Exempt quarto from address space limit
&& sed -i 's/"${QUARTO_DENO}"/prlimit -v=unlimited: "${QUARTO_DENO}"/g' \
&& sed -i 's/"${QUARTO_DENO}"/prlimit --as=unlimited: "${QUARTO_DENO}"/g' \
/opt/quarto/bin/quarto \
## Remove quarto pandoc
&& rm /opt/quarto/bin/tools/$(uname -m)/pandoc \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment