extra/docker/Dockerfile
browsing at commit = 75e36f5bed9f5d55c90876be14e03bb6db5187f4
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y build-essential libphysfs-dev libboost-dev cmake libsdl2-dev libsdl2-image-dev \
libsdl2-gfx-dev libsdl2-mixer-dev libsdl2-ttf-dev libboost-program-options-dev libutfcpp-dev zip gettext
RUN mkdir -p /staging/saland
COPY . /staging/saland
RUN cd /staging/saland && \
cmake . && \
make