Spaces:
Runtime error
Runtime error
Commit
·
61b532e
1
Parent(s):
425979e
libxml2-dev
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -60,7 +60,7 @@ RUN rm /home/user/apache2/htdocs/index.html
|
|
60 |
USER root
|
61 |
|
62 |
WORKDIR /home/user
|
63 |
-
RUN apt install -y libxml2 libssl-dev libz-dev libpng-dev perl pkg-config
|
64 |
RUN apt install -y libapache2-mod-php8.2 autoconf automake re2c bison
|
65 |
RUN wget https://www.php.net/distributions/php-8.3.12.tar.gz
|
66 |
RUN tar -xf php-8.3.12.tar.gz
|
|
|
60 |
USER root
|
61 |
|
62 |
WORKDIR /home/user
|
63 |
+
RUN apt install -y libxml2 libxml2-dev libssl-dev libz-dev libpng-dev perl pkg-config
|
64 |
RUN apt install -y libapache2-mod-php8.2 autoconf automake re2c bison
|
65 |
RUN wget https://www.php.net/distributions/php-8.3.12.tar.gz
|
66 |
RUN tar -xf php-8.3.12.tar.gz
|