sabouserbot / Dockerfile

Commit History

dockerfile
b39e8d5

dragxd commited on

fix: Change Dockerfile to Python 3.10 with all dependencies - Use Python 3.10 from Ubuntu 22.04 (default python3 package) - Add build-essential, cmake, and make for ntgcalls compilation - Properly format Dockerfile with comments - Include ntgcalls and pytgcalls installation steps - Use python3 -m pip for explicit Python 3 usage
8f40340

dragxd commited on

fix: Add cmake and make for ntgcalls build - Add build-essential package (includes make and build tools) - Add cmake for building ntgcalls from source - Required for compiling native extensions
3f65862

dragxd commited on

fix: Use default Python 3.10 from Ubuntu 22.04 - Use python3 package (Python 3.10) instead of explicit python3.10 - Use python3 -m pip for explicit Python 3 usage - Update CMD to use python3 explicitly - Simplifies installation and ensures compatibility
cec88dc

dragxd commited on

fix: Improve Dockerfile chmod/chown step robustness - Split directory creation and permission setting into separate steps - Add defensive checks before chown operations - Ensure proper permissions for app directories
76e7577

dragxd commited on

Update Dockerfile
e3d9acf
verified

xdragxt commited on

Update Dockerfile
ea09794
verified

xdragxt commited on

fix: Resolve GPG key error when adding deadsnakes PPA - Use direct curl download and gpg --dearmor instead of add-apt-repository - Install gnupg2 and ca-certificates for proper GPG key handling - Simplify PPA addition with direct key download method
6f6900d

dragxd commited on

fix: Use Ubuntu 22.04 base image and install Python 3.11 manually - Fix Docker build error by using ubuntu:22.04 instead of non-existent python:3.11-jammy - Install Python 3.11 from deadsnakes PPA - Install pip for Python 3.11 - Set Python 3.11 as default python/python3 commands
a41d2cb

dragxd commited on

update: Change base image to Ubuntu 22.04 and add asst.session copy to Dockerfile - Change from Debian bullseye to Ubuntu 22.04 (jammy) - Add explicit copy of asst.session to /app/sessions/asst.session - Add ls -la command to list files during build
87ac4ae

dragxd commited on

Update Dockerfile
540f6ba
verified

xdragxt commited on

sabouserbot
607505f

dragxd commited on