From 0db9b5bb7b14992b17bc51b4b96104eb6856aa7a Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sat, 18 Sep 2021 13:12:39 +1000 Subject: Remove --system-site-packages argument to ./configure. MediaGoblin ignores this argument and creates a virtualenv with --system-site-packages regardless. Appears it's been this way since the early days. Removing this make the installation instructions easier to read. --- Dockerfile-fedora-33-sqlite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile-fedora-33-sqlite') diff --git a/Dockerfile-fedora-33-sqlite b/Dockerfile-fedora-33-sqlite index 2ae4fb69..8569b6d7 100644 --- a/Dockerfile-fedora-33-sqlite +++ b/Dockerfile-fedora-33-sqlite @@ -78,7 +78,7 @@ RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git --branch mast RUN git show --oneline --no-patch RUN ./bootstrap.sh -RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure +RUN ./configure RUN make RUN ./bin/python -m pip freeze -- cgit v1.2.3