diff --git a/Dockerfile b/Dockerfile index 7c3eb2b..ee3bbbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN set -eux; \ rm -f /etc/cron.d/*; \ # Apply patches git apply project_identifier.patch; \ + git apply uxupgrade_cleanstartup.patch; \ git apply workload_sql.patch; \ git apply workload_style.patch; \ git apply workload_module.patch; \