From 817cf75fd702c6beda652fdab7e03236873ab84e Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Mon, 22 Jul 2024 02:33:43 +0200 Subject: [PATCH] Fix path to extras requirements --- standalone/Dockerfile.extras | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/Dockerfile.extras b/standalone/Dockerfile.extras index 67b050d3..861ec54c 100644 --- a/standalone/Dockerfile.extras +++ b/standalone/Dockerfile.extras @@ -1,2 +1,2 @@ FROM djangohelpdesk/standalone -RUN pip3 install -r /opt/django-helpdesk/requirements-extras.txt \ No newline at end of file +RUN pip3 install -r /opt/django-helpdesk/standalone/requirements-extras.txt \ No newline at end of file