From 8b33a050ed29add1ad1fba2d491da7814cd4e914 Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 8 Jan 2024 16:27:10 +0100 Subject: [PATCH] FIXED compilation of Dockerfile for Taxhub #54 --- Dockerfile-taxhub | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile-taxhub b/Dockerfile-taxhub index 5044aac..7f17240 100644 --- a/Dockerfile-taxhub +++ b/Dockerfile-taxhub @@ -39,6 +39,7 @@ RUN /bin/bash create_sys_dir.sh # Install dependencies: +RUN pip install --upgrade pip setuptools wheel RUN pip install -r requirements.txt RUN cp static/app/constants.js.sample static/app/constants.js