Intialize and cleanup repo
This commit is contained in:
9
server/Dockerfile
Normal file
9
server/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM fedora:32
|
||||
|
||||
RUN /bin/bash -c "dnf install g++ enet-devel gtest gmock gmock-devel gtest-devel -y"
|
||||
|
||||
ADD / /dt
|
||||
|
||||
RUN cd /dt; /dt/build.sh
|
||||
|
||||
CMD ["./builds/server.out"]
|
Reference in New Issue
Block a user