Skip to content

Commit

Permalink
add no-install-recommends and save 300mb
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Jul 11, 2024
1 parent 842d00a commit 791378e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:slim
# -- Dockerfile is intended mainly for use in CI --

RUN apt-get update -y && \
apt-get install -y \
apt-get install -y --no-install-recommends \
asciidoctor \
curl \
firefox-esr \
Expand Down

0 comments on commit 791378e

Please sign in to comment.