diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..f6d4fc67 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM gcc:latest +RUN apt-get -qq update && apt-get -y -qq install cmake +RUN git clone --quiet https://ritt@bitbucket.org/ritt/elog.git +WORKDIR /elog +RUN git submodule update --init +RUN mkdir build && cd build && cmake .. && make +RUN ls -l build