plutil
A library to handle Apple Property List format whereas it's binary or XML
RUN apt-get update && \
apt-get install -y libplist-utils
RUN apt-get update && \
apt-get install -y libplist-utils
RUN apk add libplist
RUN pacman -S --noconfirm libplist
RUN apt-get update && \
apt-get install -y libplist-utils
RUN yum install -y libplist
RUN dnf install -y libplist
RUN apt-get update && \
apt-get install -y libplist-utils