diff --git a/Dockerfile b/Dockerfile index e9c6a1e..a9b0ca7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,15 @@ RUN apt-get update \ gcc \ git \ supervisor \ + cmake \ + pkg-config \ + libssl-dev \ + libffi-dev \ + libxml2-dev \ + libxslt1-dev \ + zlib1g-dev \ + libjpeg-dev \ + libpng-dev \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/fastbi-platform/index.html b/fastbi-platform/index.html index 9f3aa23..a596e28 100644 --- a/fastbi-platform/index.html +++ b/fastbi-platform/index.html @@ -45,15 +45,7 @@

Platform

Welcome

- - - - - - - - - + Fast.BI Sign in with Fast.BI SSO {% with messages = get_flashed_messages() %} @@ -68,10 +60,9 @@

Welcome

{% endif %} {% endwith %}

-
- +
+

🚀 Open Source - Self-hosted data development platform

+

Built for developers, by developers

diff --git a/requirements.txt b/requirements.txt index 631c3cf..082aba3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,5 +32,6 @@ google-cloud-bigquery google-auth google-api-core celery[redis,beat] -snowflake-connector-python +snowflake-connector-python==3.17.3 +pyarrow==15.0.2 pyodbc \ No newline at end of file