diff --git a/datasette/utils.py b/datasette/utils.py index ff92c5eb..2e2f5b5c 100644 --- a/datasette/utils.py +++ b/datasette/utils.py @@ -233,7 +233,6 @@ def make_dockerfile(files, metadata_file, extra_options, branch, template_dir, p for opt in extra_options.split(): cmd.append('"{}"'.format(opt)) - install_from = 'datasette' if branch: install = ['https://github.com/simonw/datasette/archive/{}.zip'.format( branch