mistercrunch commented on code in PR #32017: URL: https://github.com/apache/superset/pull/32017#discussion_r1933148430
########## Dockerfile: ########## @@ -100,21 +99,14 @@ RUN if [ "$BUILD_TRANSLATIONS" = "true" ]; then \ # Base python layer ###################################################################### FROM python:${PY_VER} AS python-base -ARG BUILD_TRANSLATIONS="false" # Include translations in the final build Review Comment: Moving this section to the python-common layer that's used for the app itself. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org