git repos / docker_mxe

mxe_boost/Dockerfile

browsing at commit = 97663ffe3c212bd99d3f5567e4aa0b57158cf516

raw · blame · history

FROM sago007/mxe_basic
#All packages!
RUN apt-get update && wget -O - http://pkg.mxe.cc/repos/apt/debian/dists/jessie/main/binary-amd64/Packages | grep Package | grep boost | awk '{print $2}' | xargs apt-get install -y