fix(releasing): svn dockerfile requirements path (#12461)

This commit is contained in:
Ville Brofeldt
2021-01-13 12:40:53 +02:00
committed by GitHub
parent 7aba4c246a
commit 407b194b15

View File

@@ -56,7 +56,7 @@ RUN cd superset-frontend \
WORKDIR /home/superset/apache-superset-$VERSION
RUN pip install --upgrade setuptools pip \
&& pip install -r requirements.txt \
&& pip install -r requirements/base.txt \
&& pip install --no-cache-dir .
RUN flask fab babel-compile --target superset/translations