From 473ec20fe8f733492488de77cd5e1c9884a1e24f Mon Sep 17 00:00:00 2001 From: Christian Kuhtz Date: Wed, 10 Jul 2024 18:28:46 +0000 Subject: [PATCH] tweak --- cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Dockerfile b/cli/Dockerfile index d8624af..e78d345 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /hamframe RUN apk add --update --no-cache python3 py3-pip -COPY requirements.txt ./ +COPY requirements.txt /hamframe/requirements.txt RUN pip3 install --break-system-packages --no-cache-dir -r requirements.txt