Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
add docker container for build
Browse files Browse the repository at this point in the history
  • Loading branch information
PSI committed Jul 27, 2016
1 parent 76fb3fb commit 7ce2885
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build/Dockerfile
@@ -0,0 +1,14 @@
FROM ubuntu:16.04

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update
RUN apt install -y libboost-all-dev libgoogle-glog-dev build-essential g++
RUN apt install -y libgflags-dev libgoogle-perftools-dev
RUN apt install -y time

ENV HOME /home/nico
RUN useradd --create-home --shell /bin/bash --base-dir /home nico
USER nico
WORKDIR /build

0 comments on commit 7ce2885

Please sign in to comment.