mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-02-03 20:09:48 +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 /
|
COPY ./requirements.txt ./requirements-dev.txt /
|
||||||
|
|
||||||
# Create Python Dependency and Sub-Dependency Wheels
|
# Create Python Dependency and Sub-Dependency Wheels
|
||||||
|
RUN pip install packaging
|
||||||
RUN pip wheel --wheel-dir /usr/src/app/wheels \
|
RUN pip wheel --wheel-dir /usr/src/app/wheels \
|
||||||
-r requirements.txt \
|
-r requirements.txt \
|
||||||
-r requirements-dev.txt
|
-r requirements-dev.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user