mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-23 21:32:41 +08:00
Dockerfile: Run apt-get upgrade
This commit is contained in:
parent
035db7b7b3
commit
a93b54d784
@ -7,6 +7,7 @@ RUN make get \
|
|||||||
|
|
||||||
FROM chromedp/headless-shell:latest
|
FROM chromedp/headless-shell:latest
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
&& apt-get upgrade -qq \
|
||||||
&& apt-get install --no-install-recommends -qq ca-certificates bash sed git dumb-init \
|
&& apt-get install --no-install-recommends -qq ca-certificates bash sed git dumb-init \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user