lsb_release
Provides certain LSB (Linux Standard Base) and distribution-specific information. More information: <https://manned.org/lsb_release>.
RUN apt-get update && \
apt-get install -y lsb-release
RUN apt-get update && \
apt-get install -y lsb-release
RUN pacman -S --noconfirm lsb-release
RUN apt-get update && \
apt-get install -y lsb-release
RUN yum install -y redhat-lsb-core
RUN dnf install -y redhat-lsb-core
RUN apt-get update && \
apt-get install -y lsb-release