diff --git a/www/Dockerfile b/www/Dockerfile
index b9f788f463343973eb52cc8868409209752f7d6b..27aad809a9fae68e2b2d7a6ca20c9727f8dba043 100644
--- a/www/Dockerfile
+++ b/www/Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
     gettext \
     git \
     nginx \
-    libmysqlclient-dev
+    libmariadb-dev
 
 # Python Packages
 RUN apt-get update && apt-get install -y \