Skip to content

Commit fa21dae

Browse files
committed
[:construction_worker:] Arreglo integración continua
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
1 parent 73bf892 commit fa21dae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM dockershelf/latex:full
1+
FROM dockershelf/latex:full-stable
22
LABEL maintainer="andresmm@outlook.com"
33

44
# https://github.com/Asmilex/Raytracing.git
55
RUN apt-get update && apt-get install make git wget sudo chafa python3-pip
6-
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
6+
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
77
RUN pip install pandoc-eqnos pandoc-fignos pandoc-tablenos && \
88
ln -s /usr/bin/python3 /usr/bin/python
99

0 commit comments

Comments
 (0)