mxe_boost/Dockerfile
browsing at commit = a2bd834736e1e6df53ed9cbf325bee42c0cb455f
FROM sago007/mxe_basic
#All packages!
WORKDIR /usr/src/mxe
# Install MXE toolchain with gcc and SDL2
RUN make boost
browsing at commit = a2bd834736e1e6df53ed9cbf325bee42c0cb455f
FROM sago007/mxe_basic
#All packages!
WORKDIR /usr/src/mxe
# Install MXE toolchain with gcc and SDL2
RUN make boost