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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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