yat2m
package
RUN apt-get update && \
apt-get install -y gpgrt-tools
RUN apt-get update && \
apt-get install -y libgpg-error-dev
RUN apk add libgpg-error
RUN pacman -S --noconfirm libgpg-error
RUN apt-get update && \
apt-get install -y gpgrt-tools
RUN yum install -y libgpg-error
RUN dnf install -y libgpg-error-devel
RUN apt-get update && \
apt-get install -y libgpg-error-dev