xxd
Create a hexadecimal representation (hexdump) from a binary file, or vice-versa. More information: <https://manned.org/xxd>.
RUN apt-get update && \
apt-get install -y xxd
RUN apt-get update && \
apt-get install -y xxd
RUN pacman -S --noconfirm xxd
RUN apt-get update && \
apt-get install -y xxd
RUN yum install -y xxd
RUN dnf install -y vim-common-2
RUN apt-get update && \
apt-get install -y xxd