Skip to content
Snippets Groups Projects
Commit 12278cf3 authored by nimrod's avatar nimrod
Browse files

Install php-openssl for generating password hashes.

parent 5368a95a
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.8
RUN apk add --update --no-cache phpldapadmin php5-apache2 && \
RUN apk add --update --no-cache phpldapadmin php5-apache2 php5-openssl && \
ln -sf /dev/stdout /var/log/apache2/access.log && \
ln -sf /dev/stderr /var/log/apache2/error.log && \
mkdir -p /run/apache2/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment