fix(releasing): svn dockerfile requirements path (#12461)
This commit is contained in:
parent
7aba4c246a
commit
407b194b15
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue