From c2bc4a0e806f6307ee0cb2a61fda7201ae9cb320 Mon Sep 17 00:00:00 2001 From: gchust Date: Mon, 30 Sep 2024 19:52:02 +0800 Subject: [PATCH] chore: update comment --- Dockerfile.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.pro b/Dockerfile.pro index e901e9d986..4a01713c2f 100644 --- a/Dockerfile.pro +++ b/Dockerfile.pro @@ -45,7 +45,7 @@ FROM node:20.13-bullseye-slim RUN apt-get update && apt-get install -y nginx RUN rm -rf /etc/nginx/sites-enabled/default -# install postgresql-client +# install postgresql-client and mysql-client RUN apt update && apt install -y wget postgresql-common gnupg \ && /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y \ && apt install -y postgresql-client-${PG_CLIENT_VERSION} \