Commit 91f9be04 authored by nimrod's avatar nimrod
Browse files

workbench: Replace MariaDB with MySQL.

They conflict and I need the MySQL CLI tools.
parent a79573c0
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ RUN apt-get update && \
        liblcms2-dev \
        libldap2-dev \
        liblzma-dev \
        libmariadb-dev \
        libmysqlclient-dev \
        libncursesw5-dev \
        libnotify-bin \
        libpq-dev \
@@ -111,7 +111,6 @@ RUN apt-get update && \
        lsof \
        lz4 \
        man-db \
        mariadb-client \
        mat2 \
        mercurial \
        meson \