diff --git a/Dockerfile b/Dockerfile index 55cc6fc7..af21f5ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,9 @@ FROM ubuntu:22.04 RUN apt-get update +# Install MySQL and PostgreSQL clients +RUN apt-get -y install postgresql-client mysql-client + RUN apt-get -y install make automake libtool pkg-config libaio-dev git # For MySQL support