mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-24 14:58:38 +01:00
Merge pull request #1225 from feroda/main
Fix issue #1224, install the python module 'packaging' in Dockerfile …
This commit is contained in:
commit
cc6e597840
@ -14,6 +14,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
COPY ./requirements.txt ./requirements-dev.txt /
|
||||
|
||||
# Create Python Dependency and Sub-Dependency Wheels
|
||||
RUN pip install packaging
|
||||
RUN pip wheel --wheel-dir /usr/src/app/wheels \
|
||||
-r requirements.txt \
|
||||
-r requirements-dev.txt
|
||||
|
Loading…
Reference in New Issue
Block a user