Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 86591cb

Browse files
Merge pull request #2432 from splunk/bugfix/DOCS-999-Missing-lib
DOCS-999 - Fix bug
2 parents f98e8de + 48b860e commit 86591cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ RUN apt-get update && \
88
RUN pip3 install --upgrade pip
99
RUN pip3 install -r requirements.txt --force-reinstall --no-cache-dir --root-user-action=ignore
1010
RUN pip3 install sphinx-autobuild --root-user-action=ignore
11+
RUN pip3 install standard-imghdr
1112
ENTRYPOINT ["tail", "-f", "/dev/null"]

0 commit comments

Comments
 (0)