We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba11f9 commit 6b4c9a7Copy full SHA for 6b4c9a7
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