feat: Added ripgrep, switched to quiet apt-get instead of apt
This commit is contained in:
parent
f8912ef04f
commit
255b917b97
1 changed files with 3 additions and 2 deletions
|
@ -11,11 +11,12 @@ org.opencontainers.image.title=buildimage
|
|||
|
||||
# editorconfig-checker-disable
|
||||
|
||||
RUN apt update \
|
||||
&& apt install --assume-yes --no-install-recommends --quiet \
|
||||
RUN apt-get --quiet update \
|
||||
&& apt-get install --assume-yes --no-install-recommends --quiet \
|
||||
build-essential \
|
||||
dpkg-sig \
|
||||
git \
|
||||
ripgrep \
|
||||
&& find /var/lib/apt -type f -delete
|
||||
|
||||
# editorconfig-checker-enable
|
||||
|
|
Loading…
Reference in a new issue