Skip to content
Snippets Groups Projects
Commit 5f4bfa95 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Update Dockerfile

parent d2e85e9a
Branches master
No related tags found
No related merge requests found
Pipeline #1270 passed
......@@ -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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment