Przeglądaj źródła

fix: missing dependency to provide mtxrun

Didier Marin 2 lat temu
rodzic
commit
3e527243ef
1 zmienionych plików z 1 dodań i 1 usunięć
  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