dumpsexp
package
RUN apt-get update && \
apt-get install -y libgcrypt11-dbg
RUN apt-get update && \
apt-get install -y libgcrypt11-dev
RUN apk add libgcrypt
RUN pacman -S --noconfirm libgcrypt
RUN apt-get update && \
apt-get install -y libgcrypt20-dev
RUN yum install -y libgcrypt-devel
RUN dnf install -y libgcrypt-devel
RUN apt-get update && \
apt-get install -y libgcrypt20-dev