libgcrypt-config
package
RUN apt-get update && \
apt-get install -y libgcrypt11-dev
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 mingw64-libgcrypt
RUN apt-get update && \
apt-get install -y libgcrypt20-dev