From fa21daee4f3e896d60095f540f394832a41741ed Mon Sep 17 00:00:00 2001 From: Asmilex Date: Sun, 19 Jun 2022 23:45:27 +0200 Subject: [PATCH] =?UTF-8?q?[:construction=5Fworker:]=20Arreglo=20integraci?= =?UTF-8?q?=C3=B3n=20continua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit POR QUÉ NARICES TIENEN QUE PUSHEAR UNA ACTUALIZACIÓN AL CONTENEDOR BASE QUE ME ROMPE LA CONSTRUCCIÓN DE MI PDF POR QUÉ, POR QUÉ LA NOCHE DE ANTES DE LA ENTREGA DESPUÉS DE FUNCIONAR TODO UN CUATRIMESTRE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa20357..cdc1b06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM dockershelf/latex:full +FROM dockershelf/latex:full-stable LABEL maintainer="andresmm@outlook.com" # https://github.com/Asmilex/Raytracing.git RUN apt-get update && apt-get install make git wget sudo chafa python3-pip -RUN wget https://github.com/jgm/pandoc/releases/download/2.17.1.1/pandoc-2.17.1.1-1-amd64.deb && dpkg -i pandoc-2.17.1.1-1-amd64.deb +RUN wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb && dpkg -i pandoc-2.18-1-amd64.deb RUN pip install pandoc-eqnos pandoc-fignos pandoc-tablenos && \ ln -s /usr/bin/python3 /usr/bin/python