MitchTalmadge / AMP-dockerized

CubeCoders AMP in a Docker Image. Easily create game servers for games like Minecraft, GMod, TF2, Factorio, and StarBound!

Home Page:https://hub.docker.com/r/mitchtalmadge/amp-dockerized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python and PIP

Toylerrr opened this issue · comments

Hello any chance to get Python and PIP added to the base docker image?

Trying to get Gatekeeper bot up and running under this and It depends on both of those packages.

https://github.com/k8thekat/GatekeeperV2

I'll consider it! For now you can look at the Custom Scripts section in the readme and have it install on startup for you! :)

This will work in the latest dev if we add the python3-venv package to the list. That's a more recent addition to the AMP Docker images so it wasn't in my original changes. :)

Let's do it!

python3-venv has been added to the latest release! Please open an issue if it does not work. Thank you!