You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
RUN curl -LJO https://github.com/tectonic-typesetting/tectonic/releases/download/tectonic%40${TECTONIC_VERSION}/tectonic-${TECTONIC_VERSION}-x86_64-unknown-linux-gnu.tar.gz
RUN tar -xzf tectonic-${TECTONIC_VERSION}-x86_64-unknown-linux-gnu.tar.gz
RUN mv tectonic /usr/local/bin/tectonic
RUN chmod +x /usr/local/bin/tectonic
RUN curl -LJO https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz
RUN tar -xzf pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz
RUN mv pandoc-${PANDOC_VERSION}/bin/pandoc /usr/local/bin/pandoc