fix install cmd

This commit is contained in:
Sidney Marvin Fricke
2026-06-24 12:12:19 +02:00
parent 5d6bd16d8d
commit e1a288ad9e
+2 -2
View File
@@ -4,10 +4,10 @@ services:
container_name: mcp-bash
restart: unless-stopped
working_dir: /app
command: >
command: |
bash -c "
apt-get update -qq &&
apt-get install -y --no-install-recommends
apt-get install -y --no-install-recommends \
curl wget git vim nano htop procps jq less unzip &&
pip install -q -r requirements.txt &&
python -u main.py"