dever 7 anos atrás
pai
commit
d73365dfb2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/docker/build/office/libreoffice/Dockerfile

+ 1 - 1
src/docker/build/office/libreoffice/Dockerfile

@@ -2,7 +2,7 @@ FROM docker.dever.cc/office/pdf2htmlex:latest
 
 MAINTAINER Rabin "https://github.com/shemic"
 
-RUN apk update && apk add --no-cache libreoffice font-adobe-100dpi && \
+RUN apk update && apk add --no-cache libreoffice font-adobe-100dpi git && \
 	cd /usr/share/fonts && \
 	git clone http://git.dever.cc:3000/rabin/fonts.git win && \
 	cd win && \