Skip to content

Commit

Permalink
phpldapadmin: Fix apk add command
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1003 committed Feb 20, 2024
1 parent 55290eb commit 09193a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpldapadmin/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN set -ex; \
php81-openssl \
php81-session \
php81-xml \
php81-pecl-apcu \
php81-pecl-apcu; \
rm -f /etc/apache2/conf.d/info.conf; \
rm -f /etc/apache2/conf.d/userdir.conf; \
ln -sf /usr/bin/php81 /usr/bin/php;
Expand Down

0 comments on commit 09193a7

Please sign in to comment.