git repos / oastat

extra/docker_builder/Dockerfile

browsing at commit = 9c314f1b42e6c09c6e1d455f16b84c7f83689dfd

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