Skip to content

Commit

Permalink
Improve Docker File
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed May 20, 2022
1 parent 0422e9e commit 0eb5a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -8,7 +8,7 @@ COPY . .
#--------------------------------------------------------------------------
RUN \
apt-get update && \
apt-get install libldap2-dev git -y && \
apt-get install libldap2-dev git unzip -y && \
rm -rf /var/lib/apt/lists/* && \
docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ && \
docker-php-ext-install ldap
Expand Down

0 comments on commit 0eb5a32

Please sign in to comment.