Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions action-a/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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