Skip to content

Commit 791378e

Browse files
committed
add no-install-recommends and save 300mb
1 parent 842d00a commit 791378e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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)