From 83ed1338b1a081d4f400f1373ba85f5e1d516388 Mon Sep 17 00:00:00 2001 From: Sidney Marvin Fricke Date: Wed, 24 Jun 2026 12:13:32 +0200 Subject: [PATCH] why the extra --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d65f441..04d562d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,8 +7,7 @@ services: command: | bash -c " apt-get update -qq && - apt-get install -y --no-install-recommends \ - curl wget git vim nano htop procps jq less unzip && + 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" ports: