Spaces:
Runtime error
Runtime error
Commit
·
5415194
1
Parent(s):
9c68198
make install
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -65,8 +65,9 @@ RUN tar -xf php-8.3.12.tar.gz
|
|
65 |
RUN cd php-8.3.12
|
66 |
WORKDIR /home/user/php-8.3.12
|
67 |
RUN ls -la
|
68 |
-
|
69 |
-
|
|
|
70 |
RUN apt install -y php-xml php-sqlite3
|
71 |
RUN apt install -y libapache2-mod-php8.2 autoconf automake re2c bison
|
72 |
# USER user
|
|
|
65 |
RUN cd php-8.3.12
|
66 |
WORKDIR /home/user/php-8.3.12
|
67 |
RUN ls -la
|
68 |
+
RUN ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
|
69 |
+
RUN make
|
70 |
+
RUN make install
|
71 |
RUN apt install -y php-xml php-sqlite3
|
72 |
RUN apt install -y libapache2-mod-php8.2 autoconf automake re2c bison
|
73 |
# USER user
|