Browse Source

fix: missing dependency to provide mtxrun

Didier Marin 2 năm trước cách đây
mục cha
commit
3e527243ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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