We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842d00a commit 791378eCopy full SHA for 791378e
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