bc
An arbitrary precision calculator language. See also: dc. More information: <https://manned.org/man/bc.1>.
RUN apt-get update && \
apt-get install -y bc
RUN apt-get update && \
apt-get install -y bc
RUN apk add bc
RUN pacman -S --noconfirm bc
RUN apt-get update && \
apt-get install -y bc
RUN yum install -y bc
RUN dnf install -y bc
RUN apt-get update && \
apt-get install -y bc