feat: Added ripgrep, switched to quiet apt-get instead of apt
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Tobias Schmidl 2023-09-22 08:56:08 +02:00
parent f8912ef04f
commit 255b917b97

View file

@ -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