We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c3047 commit 9c19d6bCopy full SHA for 9c19d6b
Dockerfile
@@ -1,7 +1,8 @@
1
FROM php:8.1-apache
2
RUN apt-get update -y && apt-get upgrade -y
3
RUN apt-get install libpng-dev -y
4
-RUN apt-get install libonig-dev
+RUN apt-get install libonig-dev -y
5
+RUN apt-get install libxml2-dev -y
6
RUN docker-php-ext-install mysqli pdo pdo_mysql mbstring dom
7
RUN docker-php-ext-enable mysqli pdo pdo_mysql mbstring dom
8
RUN pecl install xdebug
0 commit comments