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-debian-11-sqlite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile-debian-11-sqlite') diff --git a/Dockerfile-debian-11-sqlite b/Dockerfile-debian-11-sqlite index a232d0c3..50133fd0 100644 --- a/Dockerfile-debian-11-sqlite +++ b/Dockerfile-debian-11-sqlite @@ -169,7 +169,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 # Additional Sphinx dependencies not in Debian. -- cgit v1.2.3