Skip to content

Commit 6d4186a

Browse files
committed
remove comment that breaks multiline cmd
1 parent 03ed267 commit 6d4186a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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
8+
php8.3 \
99
phpmyadmin
1010
RUN sed -i '/bind-address/c\bind-address = 0.0.0.0' /etc/mysql/mariadb.conf.d/50-server.cnf
1111
COPY bootstrap.sql /tmp/bootstrap.sql

0 commit comments

Comments
 (0)