Merge pull request #9183 from jumpserver/pr@v3@fix_health_check

fix: 修正健康检查失败
pull/9212/head
吴小白 2 years ago committed by GitHub
commit 0940eab6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,6 +31,7 @@ ARG DEPENDENCIES=" \
ARG TOOLS=" \
ca-certificates \
curl \
default-libmysqlclient-dev \
locales \
openssh-client \

@ -31,6 +31,7 @@ ARG DEPENDENCIES=" \
ARG TOOLS=" \
ca-certificates \
curl \
default-libmysqlclient-dev \
locales \
openssh-client \

Loading…
Cancel
Save