mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-24 07:39:04 +01:00
Fix issue #1224, install the python module 'packaging' in Dockerfile to build the Docker image
This commit is contained in:
parent
7247682307
commit
12f4e828e4
@ -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