git repos / docker_mxe

mxe_boost/Dockerfile

browsing at commit = 6cbdb10f6adf4badd57bf827b49f66766a117a9f

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