From d58a75970581a5b85eeaf86535661a1695642029 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Mon, 5 Feb 2024 09:21:29 +0100 Subject: [PATCH] Update superset/Dockerfile Co-authored-by: Lars Francke --- superset/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/Dockerfile b/superset/Dockerfile index acf33a820..40740e5e1 100644 --- a/superset/Dockerfile +++ b/superset/Dockerfile @@ -17,7 +17,7 @@ RUN microdnf update \ && microdnf install \ --assumeyes \ cyrus-sasl-devel \ - # Needed to find all patch files + # Needed to find all patch files, used in `apply_patches.sh` findutils \ gcc \ gcc-c++ \