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