Files
Pygentic-AI/docker/pygentic_ai/build.sh
Francis Secada ad1454ff3f
Some checks failed
Bandit / bandit (push) Has been cancelled
Docker Image CI / build (3.13) (push) Has been cancelled
Production Deployment Readiness
 Local build verified successfully
 Environment variables complete  
 CI/CD workflows updated
 Build process simplified (source copy vs git clone)
 All production-readiness fixes applied

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-02 19:11:03 -05:00

18 lines
304 B
Bash
Executable File

#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
export TZ='America/New York'
apt-get update && apt-get upgrade -y
apt-get install openssh-client \
python3-dev \
python3-full \
python3-venv \
python3-pip \
git \
postgresql \
supervisor \
g++ \
gcc \
locales -y