Dockerfile 343 B

12345678910
  1. FROM docker.dever.cc/office/pdf2htmlex:latest
  2. MAINTAINER Rabin "https://github.com/shemic"
  3. RUN apk update && apk add --no-cache libreoffice openjdk8 font-adobe-100dpi git && \
  4. cd /usr/share/fonts && \
  5. git clone http://git.dever.cc:3000/rabin/fonts.git win && \
  6. cd win && \
  7. chmod -Rf 755 * && \
  8. mkfontscale && mkfontdir && fc-cache –fv