chore: update comment

This commit is contained in:
gchust 2024-09-30 19:52:02 +08:00
parent eb9c813a56
commit c2bc4a0e80

View File

@ -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} \