Skip to content

Commit

Permalink
fix(dockerfile): fix "unhealthy" container state (#22663)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemonsh committed Jan 10, 2023
1 parent 399f6e3 commit 1e3746b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1e3746b

Please sign in to comment.