diff --git a/runtimes/7.4/Dockerfile b/runtimes/7.4/Dockerfile index 21690ae5..dbbab305 100644 --- a/runtimes/7.4/Dockerfile +++ b/runtimes/7.4/Dockerfile @@ -36,6 +36,7 @@ RUN apt-get update \ && apt-get update \ && apt-get install -y yarn \ && apt-get install -y mysql-client \ + && apt-get install -y postgresql-client \ && apt-get -y autoremove \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/runtimes/8.0/Dockerfile b/runtimes/8.0/Dockerfile index 80aaddda..7d89e89d 100644 --- a/runtimes/8.0/Dockerfile +++ b/runtimes/8.0/Dockerfile @@ -36,6 +36,7 @@ RUN apt-get update \ && apt-get update \ && apt-get install -y yarn \ && apt-get install -y mysql-client \ + && apt-get install -y postgresql-client \ && apt-get -y autoremove \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*