git repos / blockattack-game

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

browsing at commit = 8c5fa105ec94ede21d9b041ae51dd012ba67fd5a

branches: v2.9.X

raw · blame · history

FROM ubuntu:18.04

RUN apt-get update && apt-get install -yy build-essential libphysfs-dev libboost-dev libfmt-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.9.0

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