File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ENV DJANGO_SETTINGS_MODULE=intel_owl.settings
2020ENV PYTHONPATH=/opt/deploy/intel_owl
2121ENV LOG_PATH=/var/log/intel_owl
2222ARG REPO_DOWNLOADER_ENABLED=true
23- ARG WATCHMAN=false
23+ ENV WATCHMAN=false
2424ARG TARGETARCH
2525ENV watch_logs_cmd="watch -n1 tail -n10 /var/log/intel_owl/django/api_app.log"
2626# This is required to allow compatibility with different OpenCTI instances
Original file line number Diff line number Diff line change @@ -11,14 +11,12 @@ pip3 install --compile -r requirements/django-server-requirements.txt
1111# install Watchman to enhance performance on the Django development Server
1212# https://docs.djangoproject.com/en/3.2/ref/django-admin/#runserver
1313cd /tmp || exit
14- wget https://github.com/facebook/watchman/archive/refs/tags/v2024.05.13 .00.zip
15- unzip v2024.05.13 .00.zip
16- cd watchman-2024.05.13 .00 || exit
14+ wget https://github.com/facebook/watchman/archive/refs/tags/v2026.02.02 .00.zip
15+ unzip v2026.02.02 .00.zip
16+ cd watchman-2026.02.02 .00 || exit
1717mkdir -p /usr/local/{bin,lib} /usr/local/var/run/watchman
1818cp bin/* /usr/local/bin
1919cp lib/* /usr/local/lib
2020chmod 755 /usr/local/bin/watchman
2121chmod 2777 /usr/local/var/run/watchman
22- wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
23- dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
24- rm -rf v2024.05.13.00.zip
22+ rm -rf v2026.02.02.00.zip
You can’t perform that action at this time.
0 commit comments