mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
fix: add python-base layer to fix CI builds in 4.1
This commit is contained in:
@@ -57,10 +57,11 @@ RUN npm run build-translation
|
||||
RUN rm /app/superset/translations/*/LC_MESSAGES/*.po
|
||||
RUN rm /app/superset/translations/messages.pot
|
||||
|
||||
FROM python:${PY_VER} AS python-base
|
||||
######################################################################
|
||||
# Final lean image...
|
||||
######################################################################
|
||||
FROM python:${PY_VER} AS lean
|
||||
FROM python-base AS lean
|
||||
|
||||
WORKDIR /app
|
||||
ENV LANG=C.UTF-8 \
|
||||
|
||||
Reference in New Issue
Block a user