1
0

Improvements

This commit is contained in:
2020-11-13 17:40:09 +01:00
parent 9e710f03b7
commit 3f6730f9f5
17 changed files with 180 additions and 128 deletions

View File

@@ -16,9 +16,14 @@ RUN apt-get -y install file unzip zip xz-utils git \
ADD docker/apache-maven-3.6.3-bin.tar.gz /usr/local
RUN ln -s /usr/local/apache-maven-3.6.3/bin/mvn /usr/local/bin
COPY template_cpp /root/template_cpp
COPY template_java /root/template_java
#COPY template_cpp /root/template_cpp
#COPY template_java /root/template_java
COPY 257844 /root/257844
ADD barrier.py /root
ADD finishedSignal.py /root
ADD validate.py /root
ADD bnr.sh /root
RUN /root/template_cpp/build.sh && /root/template_cpp/cleanup.sh
RUN /root/template_java/build.sh && /root/template_java/cleanup.sh
#RUN /root/template_cpp/build.sh && /root/template_cpp/cleanup.sh
#RUN /root/template_java/build.sh && /root/template_java/cleanup.sh
RUN /root/257844/build.sh && /root/257844/cleanup.sh

View File

@@ -1,3 +1,3 @@
#!/bin/bash
docker run -it da_image /bin/bash
docker run -it --rm da_image /bin/bash