Skip to content

Commit

Permalink
[:construction_worker:] Arreglo integración continua
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Asmilex committed Jun 19, 2022
1 parent 73bf892 commit fa21dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit fa21dae

Please sign in to comment.