Skip to content

Instantly share code, notes, and snippets.

@vtajzich
Created March 13, 2016 10:45
Show Gist options
  • Save vtajzich/44b424476c1de0668d02 to your computer and use it in GitHub Desktop.
Save vtajzich/44b424476c1de0668d02 to your computer and use it in GitHub Desktop.
Polserver - dockerfile
FROM ubuntu
RUN apt-get update && apt-get -y upgrade && apt-get install -y git build-essential gcc bc cmake mc nano unzip
RUN mkdir /home/endor && mkdir /opt/pol
RUN git clone https://github.com/polserver/polserver.git /root/polserver
WORKDIR /root/polserver/lib
RUN tar xjf boost_1_55_0.tar.bz2
WORKDIR /root/polserver/pol-core/bin-build
RUN ./build_linux.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment