gsl-histogram
The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers
RUN apt-get update && \
apt-get install -y gsl-bin
RUN apt-get update && \
apt-get install -y gsl-bin
RUN apk add gsl
RUN pacman -S --noconfirm gsl
RUN apt-get update && \
apt-get install -y gsl-bin
RUN yum install -y gsl
RUN dnf install -y gsl
RUN apt-get update && \
apt-get install -y gsl-bin