fix install cmd
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user