git repos / blockattack-game

source/misc/docker/Dockerfile.Ubuntu16.04build

browsing at commit = c3cd4f49f3968c464fcbdf7b8c318408ff6e2cb0

raw · blame · history

FROM ubuntu:16.04

RUN apt-get update && apt-get install -yy build-essential libphysfs-dev libboost-dev cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libboost-program-options-dev libutfcpp-dev zip gettext

RUN mkdir -p /staging/blockattack-game

COPY . /staging/blockattack-game

ENV BLOCKATTACK_VERSION 2.6.0-SNAPSHOT

RUN cd /staging/blockattack-game && \
./packdata.sh && \
cmake . && \
make