MitchTalmadge / AMP-dockerized

CubeCoders AMP in a Docker Image. Easily create game servers for games like Minecraft, GMod, TF2, Factorio, and StarBound!
https://hub.docker.com/r/mitchtalmadge/amp-dockerized
Other
89 stars 21 forks source link

Python and PIP #150

Closed Toylerrr closed 7 months ago

Toylerrr commented 1 year ago

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

MitchTalmadge commented 1 year ago

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! :)

IceOfWraith commented 8 months ago

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. :)

MitchTalmadge commented 8 months ago

Let's do it!

MitchTalmadge commented 7 months ago

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