mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(releasing): svn dockerfile requirements path (#12461)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user