mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Adde Dockerfile
This commit is contained in:
parent
c104b43027
commit
9f6762f4b9
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user