Skip to content

Commit 59e82e4

Browse files
committed
fix phpmyadmin
1 parent 62aa981 commit 59e82e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tools/docker-dev/sql/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
55
mariadb-server \
66
mariadb-client \
77
apache2 \
8+
php8.3 \ # https://bugs.launchpad.net/bugs/2016016
89
phpmyadmin
910
RUN sed -i '/bind-address/c\bind-address = 0.0.0.0' /etc/mysql/mariadb.conf.d/50-server.cnf
1011
COPY bootstrap.sql /tmp/bootstrap.sql

0 commit comments

Comments
 (0)