From d13364f1bd3d2d88f67367c1dd3b528e09b0adb2 Mon Sep 17 00:00:00 2001 From: Nishkarsh Raj <500060720@stu.upes.ac.in> Date: Wed, 18 Dec 2019 19:24:37 +0530 Subject: [PATCH] Update Dockerfile --- action-a/Dockerfile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/action-a/Dockerfile b/action-a/Dockerfile index 504ace5..585d028 100644 --- a/action-a/Dockerfile +++ b/action-a/Dockerfile @@ -3,11 +3,8 @@ RUN apt-get -y update RUN apt-get -y install apt-utils RUN apt-get -y install g++ RUN apt-get -y install freeglut3-dev -RUN mkdir /nish -WORKDIR /nish -ADD script1.sh /nish/script1.sh -ADD Hut.cpp /nish/Hut.cpp +ADD Hut.cpp /Hut.cpp RUN pwd RUN ls -RUN chmod +x /nish/script1.sh -CMD ./nish/script1.sh +RUN g++ /Hut.cpp -lglut -lGLU -lGL +RUN ./a.out