git repos / docker_mxe

mxe_boost/Dockerfile

browsing at commit = 756d4084c776997e56f6656ad8053ceaad960a69

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