Skip to content

Commit

Permalink
Fix for "apt-get: command not found" with MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
kerberizer committed Aug 3, 2022
1 parent b40c074 commit bb6735b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/ambit-db/mysql-5.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:5.7
FROM mysql:5.7-debian

ENV MYSQL_ROOT_PASSWORD ambitroot

Expand Down
2 changes: 1 addition & 1 deletion ci/ambit-db/mysql-8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:8.0
FROM mysql:8.0-debian

ENV MYSQL_ROOT_PASSWORD ambitroot

Expand Down

0 comments on commit bb6735b

Please sign in to comment.