git repos / docker_mxe

mxe_blockattack/Dockerfile

browsing at commit = a2bd834736e1e6df53ed9cbf325bee42c0cb455f

raw · blame · history

FROM sago007/mxe_boost

RUN apt-get update && \
   apt-get install -y \
   docbook-to-man \
   libtool \
   zip \
   nsis

RUN make cmake sdl2 sdl2_mixer sdl2_image sdl2_ttf physfs jsoncpp gettext freetype zlib


COPY build_it.sh /