Dockerfile 161 B

123456
  1. FROM wordpress:latest
  2. RUN apt-get update && \
  3. apt-get install libldap2-dev -y && \
  4. rm -rf /var/lib/apt/lists/* && \
  5. docker-php-ext-install ldap