You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/01/13 10:41:30 UTC

[superset] branch master updated: fix(releasing): svn dockerfile requirements path (#12461)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 407b194  fix(releasing): svn dockerfile requirements path (#12461)
407b194 is described below

commit 407b194b15125f479fd39c93d68872ea6e5fba94
Author: Ville Brofeldt <33...@users.noreply.github.com>
AuthorDate: Wed Jan 13 12:40:53 2021 +0200

    fix(releasing): svn dockerfile requirements path (#12461)
---
 RELEASING/Dockerfile.from_svn_tarball | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASING/Dockerfile.from_svn_tarball b/RELEASING/Dockerfile.from_svn_tarball
index 47985c6..3194ea5 100644
--- a/RELEASING/Dockerfile.from_svn_tarball
+++ b/RELEASING/Dockerfile.from_svn_tarball
@@ -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