File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV PYTHONPATH /opt/deploy/intel_owl
77RUN 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
99RUN 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
1111RUN pip3 install --upgrade pip
1212
1313COPY requirements.txt $PYTHONPATH/requirements.txt
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ cryptography==2.7
1717dataclasses == 0.6
1818Deprecated == 1.2.6
1919Django == 2.2.9
20- django-auth-ldap == 2.0.0
2120djangorestframework == 3.9.4
22- djongo == 1.2.35
2321dnspython == 1.16.0
2422docutils == 0.15.2
2523easygui == 0.98.1
You can’t perform that action at this time.
0 commit comments