git repos / docker_mxe

mxe_boost/Dockerfile

browsing at commit = 1487683831ad83f07bf09944d15f2e2664a05c71

raw · blame · history

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