FROM mcr.microsoft.com/devcontainers/typescript-node:20

RUN ln -s /usr/bin/gpg /usr/local/bin/gpg
RUN apt update && apt install ldap-utils -y

