ladogton2010 commited on
Commit
821933c
·
1 Parent(s): 5415194
Files changed (1) hide show
  1. 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
- # 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
 
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