git repos / blockattack-game

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

browsing at commit = 5764c94a42a3187c32c5b429b7bdb32e1c0d4452

branches: v2.4.X

tags: v.2.4.0 v2.4.0

raw · blame · history

FROM ubuntu:14.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.4.0

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