Skip to content

Commit

Permalink
FIX: Remove mysql configure from 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brettt89 committed Nov 15, 2017
1 parent 0c814b5 commit 66b2fe0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 7.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN apt-get update -y && apt-get install -y \

# Install PHP Extensions
RUN docker-php-ext-configure intl && \
docker-php-ext-configure mysql --with-mysql=mysqlnd && \
docker-php-ext-configure mysqli --with-mysqli=mysqlnd && \
docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ && \
docker-php-ext-install -j$(nproc) \
Expand Down
1 change: 0 additions & 1 deletion 7.1/platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ RUN apt-get update -y && apt-get install -y \

# Install PHP Extensions
RUN docker-php-ext-configure intl && \
docker-php-ext-configure mysql --with-mysql=mysqlnd && \
docker-php-ext-configure mysqli --with-mysqli=mysqlnd && \
docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ && \
docker-php-ext-enable xdebug && \
Expand Down

0 comments on commit 66b2fe0

Please sign in to comment.