You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2023/01/10 16:10:54 UTC

[superset] branch master updated: fix(dockerfile): fix "unhealthy" container state (#22663)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e3746be21 fix(dockerfile): fix "unhealthy" container state (#22663)
1e3746be21 is described below

commit 1e3746be215e5c2060b00d4c3196518f7c71697a
Author: Artem Shumeiko <53...@users.noreply.github.com>
AuthorDate: Tue Jan 10 19:10:46 2023 +0300

    fix(dockerfile): fix "unhealthy" container state (#22663)
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index a0aed973e5..a30eaaa165 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \