From 17978057407bd83bdc6d55776d0fe48406cae2ff Mon Sep 17 00:00:00 2001 From: Jesaja Everling Date: Tue, 29 Jun 2021 10:40:26 +0200 Subject: [PATCH] Fix wrong filename mentioned in INSTALL.md (#14630) INSTALL.md mentions Dockerfile.from_tarball, but it's actually Dockerfile.from_local_tarball --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c96ba33a8a654..afe091241f8ac 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,6 +18,6 @@ under the License. --> # INSTALL / BUILD instructions for Apache Superset -At this time, the docker file at RELEASING/Dockerfile.from_tarball +At this time, the docker file at RELEASING/Dockerfile.from_local_tarball constitutes the recipe on how to get to a working release from a source release tarball.