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 a0c7a1a commit 6ed85d7Copy full SHA for 6ed85d7
Dockerfile
@@ -2,7 +2,7 @@ FROM python:slim
2
# -- Dockerfile is intended mainly for use in CI --
3
4
RUN apt-get update -y && \
5
- apt-get install -y \
+ apt-get install -y --no-install-recommends \
6
asciidoctor \
7
curl \
8
firefox-esr \
0 commit comments