libmcrypt-config
De-/Encryption Library development files
RUN apt-get update && \
apt-get install -y libmcrypt-dev
RUN apt-get update && \
apt-get install -y libmcrypt-dev
RUN apk add libmcrypt
RUN pacman -S --noconfirm libmcrypt
RUN apt-get update && \
apt-get install -y libmcrypt-dev
RUN dnf install -y libmcrypt-devel
RUN apt-get update && \
apt-get install -y libmcrypt-dev