Skip to content

Commit

Permalink
[worker] Fix libmagic dependency in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Jan 24, 2020
1 parent b4921b7 commit e21a5f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion opencti-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY src /opt/opencti-worker

# Install Python modules
# hadolint ignore=DL3003
RUN apk --no-cache add git build-base && \
RUN apk --no-cache add git build-base libmagic && \
cd /opt/opencti-worker && \
pip3 install --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@master && \
pip3 install --no-cache-dir -r requirements.txt && \
Expand Down
10 changes: 0 additions & 10 deletions opencti-worker/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
requests
PyYAML
setuptools
pypandoc
python-dateutil
datefinder
stix2
pytz
pika
stix2-validator
deprecated
black
python-magic
pycti
black

0 comments on commit e21a5f6

Please sign in to comment.