ladogton2010 commited on
Commit
50df220
·
1 Parent(s): fc00a79

with-pdo-mysql

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -69,7 +69,7 @@ RUN cd php-8.3.12
69
  WORKDIR /home/user/php-8.3.12
70
  RUN ls -la
71
  # RUN ./configure --with-apxs2=/home/user/apache2/bin/apxs --with-mysql
72
- RUN ./configure --with-apxs2=/home/user/apache2/bin/apxs
73
  RUN make
74
  RUN make install
75
  RUN apt install -y php-xml php-sqlite3
 
69
  WORKDIR /home/user/php-8.3.12
70
  RUN ls -la
71
  # RUN ./configure --with-apxs2=/home/user/apache2/bin/apxs --with-mysql
72
+ RUN ./configure --with-apxs2=/home/user/apache2/bin/apxs --with-pdo-mysql
73
  RUN make
74
  RUN make install
75
  RUN apt install -y php-xml php-sqlite3