Selaa lähdekoodia

fix: missing dependency to provide mtxrun

Didier Marin 2 vuotta sitten
vanhempi
commit
3e527243ef
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .docker/resume.dockerfile

+ 1 - 1
.docker/resume.dockerfile

@@ -1,5 +1,5 @@
 FROM pandoc/latex:2.9
 
-RUN apk add make
+RUN apk add make texlive
 
 COPY actions/entrypoint.sh /entrypoint.sh