Advertisement
Guest User

Dockerfile

a guest
Jan 14th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. FROM centos:centos7
  2.  
  3. RUN yum update -y
  4. RUN yum install -y \
  5. libreoffice* \
  6. ImageMagick \
  7. unoconv \
  8. RUN yum install -y git \
  9. RUN git clone https://github.com/dagwieers/unoconv.git
  10. RUN cp unoconv/unoconv /usr/bin
  11. RUN yum clean all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement