# Use the official Apache Superset image as a baseFROM apache/superset# Switch to the root user to install the required packages and configurationsUSER root# Run the necessary commands to set up Apache SupersetRUN superset fab create-admin ...# Switch back to the `superset` user for securityUSER superset