fix install cmd
This commit is contained in:
+2
-2
@@ -4,10 +4,10 @@ services:
|
|||||||
container_name: mcp-bash
|
container_name: mcp-bash
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
command: >
|
command: |
|
||||||
bash -c "
|
bash -c "
|
||||||
apt-get update -qq &&
|
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 &&
|
curl wget git vim nano htop procps jq less unzip &&
|
||||||
pip install -q -r requirements.txt &&
|
pip install -q -r requirements.txt &&
|
||||||
python -u main.py"
|
python -u main.py"
|
||||||
|
|||||||
Reference in New Issue
Block a user