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 7b97d79 commit 4f2ea7fCopy full SHA for 4f2ea7f
Dockerfile
@@ -10,9 +10,9 @@ RUN chmod +x /usr/local/bin/plantuml
10
11
# Download Python Markdown + dependencies
12
COPY config/requirements.txt /usr/local/src/requirements.txt
13
-RUN apk add --no-cache gcc git musl-dev && \
+RUN apk add --no-cache gcc git musl-dev libffi-dev && \
14
pip install --no-cache-dir -r /usr/local/src/requirements.txt && \
15
- apk del gcc musl-dev
+ apk del gcc musl-dev libffi-dev
16
17
# Configuration
18
COPY config/mkdocs.yml /usr/local/src/mkdocs.yml
0 commit comments