Skip to content

Commit 6b4c9a7

Browse files
committed
add no-install-recommends and save 300mb
1 parent 5ba11f9 commit 6b4c9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:slim
22
# -- Dockerfile is intended mainly for use in CI --
33

44
RUN apt-get update -y && \
5-
apt-get install -y \
5+
apt-get install -y --no-install-recommends \
66
asciidoctor \
77
curl \
88
firefox-esr \

0 commit comments

Comments
 (0)