diff --git a/Dockerfile b/Dockerfile index 489442efb..5b0f5cd10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN useradd -U -m superset && \ libldap2-dev \ libpq-dev \ libsasl2-dev \ - libssl-dev && \ + libssl1.0 && \ apt-get clean && \ rm -r /var/lib/apt/lists/* && \ curl https://raw.githubusercontent.com/${SUPERSET_REPO}/${SUPERSET_VERSION}/requirements.txt -o requirements.txt && \