A modern Source Engine Docker image based on Ubuntu 24.04 with GLIBC 2.39, designed for SourceMod extensions that require GLIBC 2.38+.
Modern SourceMod extensions require GLIBC 2.38 or higher. The standard Pterodactyl Source Engine images use older base systems with insufficient GLIBC versions.
Image | GLIBC Version | Modern Extensions |
---|---|---|
Original | 2.36 | ❌ Too old |
This Image | 2.39 | ✅ Full support |
docker pull sak0a/pterodactyl-source-ubuntu24:latest
- Go to Pterodactyl admin panel
- Navigate to
Nests
→Source Engine
→ Your game egg - Change "Docker Image" to:
sak0a/pterodactyl-source-ubuntu24:latest
- Save and restart servers
Access your container and check the version:
docker exec -it <container-id> bash
ldd --version
Expected output:
ldd (Ubuntu GLIBC 2.39-0ubuntu8.2) 2.39
- GLIBC 2.39 - Supports modern SourceMod extensions
- Ubuntu 24.04 - Modern, stable base
- 32-bit Support - Complete i386 library stack
- Minimal Size - Only essential packages
- Drop-in Replacement - Compatible with existing Pterodactyl setups
Based on Pterodactyl yolks source games image by Matthew Penner.