Skip to content

Commit 9c19d6b

Browse files
committed
fix libxml
1 parent 49c3047 commit 9c19d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM php:8.1-apache
22
RUN apt-get update -y && apt-get upgrade -y
33
RUN apt-get install libpng-dev -y
4-
RUN apt-get install libonig-dev
4+
RUN apt-get install libonig-dev -y
5+
RUN apt-get install libxml2-dev -y
56
RUN docker-php-ext-install mysqli pdo pdo_mysql mbstring dom
67
RUN docker-php-ext-enable mysqli pdo pdo_mysql mbstring dom
78
RUN pecl install xdebug

0 commit comments

Comments
 (0)