Harha / trackmania-server-docker

Docker image for running a trackmania 2020 dedicated server easily
14 stars 5 forks source link

build-pyplanet/requirements.txt #1

Closed sputn1ck closed 3 years ago

sputn1ck commented 3 years ago

I think the requirements.txt is not in use for the dockerfile.

I managed to get it working by adding

RUN pip3 install --user -r $PYPLANET_HOME/requirements.txt

to the file

Harha commented 3 years ago

Hey, thanks you are correct, I'll check out the pull request.