diff --git a/Dockerfile b/Dockerfile
index 90cd14a04618dbd3de1bb767d24c7a6d6c1ead4d..c5eb0a14cf3a343687ae430c5122a3abf3b725f1 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/