From 5f4bfa95e29955b8ab3ccbbb0c3d3b9cbcc7d842 Mon Sep 17 00:00:00 2001
From: Zandor Smith <info@zsinfo.nl>
Date: Mon, 2 Jul 2018 13:01:00 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 90cd14a..c5eb0a1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update
 RUN apt-get update --fix-missing
 RUN apt-get -y install git cmake build-essential make autoconf
 
-RUN git clone https://github.com/facebookarchive/RakNet.git
-RUN cmake RakNet/
-RUN make RakNet/
-RUN make install RakNet/
+#RUN git clone https://github.com/facebookarchive/RakNet.git
+#RUN cmake RakNet/
+#RUN make RakNet/
+#RUN make install RakNet/
-- 
GitLab