fix(dockerfile): fix "unhealthy" container state (#22663)

This commit is contained in:
Artem Shumeiko 2023-01-10 19:10:46 +03:00 committed by GitHub
parent 399f6e3ddc
commit 1e3746be21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ RUN mkdir -p ${PYTHONPATH} \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
build-essential \
curl \
default-libmysqlclient-dev \
libsasl2-dev \
libsasl2-modules-gssapi-mit \