agent: remove bc dependency

This commit is contained in:
2025-08-23 17:43:35 +01:00
parent d9e7317e2e
commit fda1587ca1
2 changed files with 27 additions and 11 deletions

View File

@@ -7,7 +7,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update
RUN apt-get -qq install --no-install-recommends \
bc \
curl \
gnupg \
gnupg2 \