Spaces:
Runtime error
Runtime error
Commit
·
821933c
1
Parent(s):
5415194
libs
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -59,7 +59,7 @@ RUN rm /home/user/apache2/htdocs/index.html
|
|
59 |
USER root
|
60 |
|
61 |
WORKDIR /home/user
|
62 |
-
|
63 |
RUN wget https://www.php.net/distributions/php-8.3.12.tar.gz
|
64 |
RUN tar -xf php-8.3.12.tar.gz
|
65 |
RUN cd php-8.3.12
|
|
|
59 |
USER root
|
60 |
|
61 |
WORKDIR /home/user
|
62 |
+
RUN apt install -y libxml2 libssl zlib libpng
|
63 |
RUN wget https://www.php.net/distributions/php-8.3.12.tar.gz
|
64 |
RUN tar -xf php-8.3.12.tar.gz
|
65 |
RUN cd php-8.3.12
|