Seifert69 / DikuMUD3

DikuMUD III using HTML and websockets.
GNU Lesser General Public License v2.1
192 stars 48 forks source link

Missing dependencies in dockerfile #356

Closed ocelik111 closed 2 years ago

ocelik111 commented 2 years ago

Hello, I was running through the quickstart guide and the docker build was not completing, I noticed in the dockerfile some dependencies were missing (libssl-dev and rapidjson-dev) and added them to line 6. Running with the added dependencies completed the build.

RUN apt-get update && apt-get install -y build-essential ccache bison flex libboost-all-dev libssl-dev rapidjson-dev cmake

Seifert69 commented 2 years ago

If you have the time to do a pull request I'd be very grateful :-) If not, I'll get around to it. Thanks!

ocelik111 commented 2 years ago

https://github.com/Seifert69/DikuMUD3/pull/357 here ya go chief