Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit c69911c

Browse files
author
Marc Paquette
committed
Add missing connector
1 parent 3aa03b8 commit c69911c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inigo-ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN \
3939

4040
# Setup Diego Database and Users
4141
RUN service mysql start && \
42-
mysql -e "CREATE USER 'diego'@'localhost' IDENTIFIED BY 'diego_password';"
42+
mysql -e "CREATE USER 'diego'@'localhost' IDENTIFIED BY 'diego_password';" && \
4343
mysql -e "GRANT ALL PRIVILEGES ON \`diego\_%\`.* TO 'diego'@'localhost';" && \
4444
mysql -e "GRANT ALL PRIVILEGES ON \`routingapi\_%\`.* TO 'diego'@'localhost';"
4545

0 commit comments

Comments
 (0)