Skip to content

Commit edbc801

Browse files
committed
Dockefile
cleanup
1 parent e5e0b4f commit edbc801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dhi.alpine.fpm.wsc.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN cd $PHP_SRC_DIR/ext/pdo_mysql \
7171
# ldap
7272
RUN cd $PHP_SRC_DIR/ext/ldap \
7373
&& phpize \
74-
&& ./configure --with-ldap \
74+
&& ./configure \
7575
&& make -j$(nproc) \
7676
&& make install
7777

dhi.debian.fpm.wsc.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN cd $PHP_SRC_DIR/ext/pdo_mysql \
7272
# ldap
7373
RUN cd $PHP_SRC_DIR/ext/ldap \
7474
&& phpize \
75-
&& ./configure --with-ldap \
75+
&& ./configure \
7676
&& make -j$(nproc) \
7777
&& make install
7878

0 commit comments

Comments
 (0)