diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..07d229b92e8b2b3309ed7a66241f2a387a61e334 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM gradle +RUN rm -rf EMFeRTTC18 +RUN git clone https://github.com/fujaba/EMFeRTTC18.git +WORKDIR EMFeRTTC18 +RUN gradle benchmarkFull \ No newline at end of file