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