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
|
# editorconfig-checker-disable
|
||||||
|
|
||||||
RUN apt update \
|
RUN apt-get --quiet update \
|
||||||
&& apt install --assume-yes --no-install-recommends --quiet \
|
&& apt-get install --assume-yes --no-install-recommends --quiet \
|
||||||
build-essential \
|
build-essential \
|
||||||
dpkg-sig \
|
dpkg-sig \
|
||||||
git \
|
git \
|
||||||
|
ripgrep \
|
||||||
&& find /var/lib/apt -type f -delete
|
&& find /var/lib/apt -type f -delete
|
||||||
|
|
||||||
# editorconfig-checker-enable
|
# editorconfig-checker-enable
|
||||||
|
|
Loading…
Reference in a new issue