We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98e8de commit 48b860eCopy full SHA for 48b860e
Dockerfile
@@ -8,4 +8,5 @@ RUN apt-get update && \
8
RUN pip3 install --upgrade pip
9
RUN pip3 install -r requirements.txt --force-reinstall --no-cache-dir --root-user-action=ignore
10
RUN pip3 install sphinx-autobuild --root-user-action=ignore
11
+RUN pip3 install standard-imghdr
12
ENTRYPOINT ["tail", "-f", "/dev/null"]
0 commit comments