Skip to content

Instantly share code, notes, and snippets.

@colinappnovation
Created August 25, 2017 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colinappnovation/7d7d0942f7082bc2bb00de3da2d841a2 to your computer and use it in GitHub Desktop.
Save colinappnovation/7d7d0942f7082bc2bb00de3da2d841a2 to your computer and use it in GitHub Desktop.
Dockerfile for Princexml command line support
FROM ubuntu:xenial
RUN apt-get update; \
apt-get install -y \
wget \
libcairo2 \
libcurl3 \
libfontconfig1 \
libfreetype6 \
libgif7 \
libgomp1 \
libjpeg8 \
libpixman-1-0 \
libpng12-0 \
libtiff5 \
libxml2
RUN wget https://www.princexml.com/download/prince_20170731-1_ubuntu16.04_amd64.deb \
&& dpkg -i prince_20170731-1_ubuntu16.04_amd64.deb; \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment