Skip to content

Commit

Permalink
Dockerfile: Run apt-get upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Sep 26, 2024
1 parent 035db7b commit a93b54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN make get \

FROM chromedp/headless-shell:latest
RUN apt-get update \
&& apt-get upgrade -qq \
&& apt-get install --no-install-recommends -qq ca-certificates bash sed git dumb-init \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit a93b54d

Please sign in to comment.