mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-07 08:34:29 +01:00
Install git so that we can install git based extra-deps
This commit is contained in:
parent
90c9b3311e
commit
13bae827e9
@ -4,7 +4,8 @@ RUN apt-get update
|
||||
RUN apt-get install -yqq \
|
||||
postgresql-common \
|
||||
postgresql-client \
|
||||
cron
|
||||
cron \
|
||||
git
|
||||
COPY requirements.txt /opt/django-helpdesk/requirements.txt
|
||||
COPY standalone/extra-requirements.txt /opt/django-helpdesk/standalone/extra-requirements.txt
|
||||
RUN pip3 install -r /opt/django-helpdesk/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user