mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +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/*/LC_MESSAGES/*.po
|
||||||
RUN rm /app/superset/translations/messages.pot
|
RUN rm /app/superset/translations/messages.pot
|
||||||
|
|
||||||
|
FROM python:${PY_VER} AS python-base
|
||||||
######################################################################
|
######################################################################
|
||||||
# Final lean image...
|
# Final lean image...
|
||||||
######################################################################
|
######################################################################
|
||||||
FROM python:${PY_VER} AS lean
|
FROM python-base AS lean
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENV LANG=C.UTF-8 \
|
ENV LANG=C.UTF-8 \
|
||||||
|
|||||||
Reference in New Issue
Block a user