Skip to content

Commit

Permalink
fix(releasing): svn dockerfile requirements path (apache#12461)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and amitmiran137 committed Jan 14, 2021
1 parent 17fa72a commit 9954d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING/Dockerfile.from_svn_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9954d05

Please sign in to comment.