git repos / oastat

extra/docker_builder/Dockerfile

browsing at commit = 63e47451b05187f5db72dd69fe55ba91a9db7522

raw · blame · history

FROM ubuntu:16.04

RUN apt-get update && apt-get install -y build-essential libboost-program-options-dev libcppdb-dev libboost-dev libgcrypt11-dev cmake

RUN mkdir -p /opt/data

COPY . /opt/data/

RUN cd /opt/data/ && cmake . && make