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

Update Dockerfile

parent 29cb2b95
No related branches found
No related tags found
No related merge requests found
Pipeline #1269 failed
......@@ -6,7 +6,6 @@ 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 cd Raknet
RUN cmake .
RUN make
RUN make install
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