Skip to content

Commit 230f74d

Browse files
author
Matteo Lodi
committed
removed unused dependencies
1 parent 57ef719 commit 230f74d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV PYTHONPATH /opt/deploy/intel_owl
77
RUN mkdir -p /var/log/intel_owl /var/log/intel_owl/django /var/log/intel_owl/uwsgi /var/log/intel_owl/celery /opt/deploy/files_required /opt/deploy/yara /opt/deploy/configuration
88

99
RUN apt-get update
10-
RUN apt-get install -y --no-install-recommends apt-utils libsasl2-dev libldap2-dev libssl-dev vim libfuzzy-dev net-tools python-psycopg2 git osslsigncode exiftool
10+
RUN apt-get install -y --no-install-recommends apt-utils libsasl2-dev libssl-dev vim libfuzzy-dev net-tools python-psycopg2 git osslsigncode exiftool
1111
RUN pip3 install --upgrade pip
1212

1313
COPY requirements.txt $PYTHONPATH/requirements.txt

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ cryptography==2.7
1717
dataclasses==0.6
1818
Deprecated==1.2.6
1919
Django==2.2.9
20-
django-auth-ldap==2.0.0
2120
djangorestframework==3.9.4
22-
djongo==1.2.35
2321
dnspython==1.16.0
2422
docutils==0.15.2
2523
easygui==0.98.1

0 commit comments

Comments
 (0)