tonne commited on
Commit
c685cd0
1 Parent(s): 38082bc

Add superset

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ FROM --platform=linux/amd64 ubuntu:latest as build
25
  # --email admin@superset.com \
26
  # --password admin
27
  RUN apt-get update && apt-get install -y build-essential libssl-dev libffi-dev python3-dev python3-pip libsasl2-dev libldap2-dev default-libmysqlclient-dev
 
28
  RUN pip install apache-superset
29
  RUN pip install Pillow
30
  ENV FLASK_APP=superset
 
25
  # --email admin@superset.com \
26
  # --password admin
27
  RUN apt-get update && apt-get install -y build-essential libssl-dev libffi-dev python3-dev python3-pip libsasl2-dev libldap2-dev default-libmysqlclient-dev
28
+ USER root
29
  RUN pip install apache-superset
30
  RUN pip install Pillow
31
  ENV FLASK_APP=superset