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