aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-fedora-33-sqlite
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-09-18 13:12:39 +1000
committerBen Sturmfels <ben@sturm.com.au>2021-09-18 13:12:39 +1000
commit0db9b5bb7b14992b17bc51b4b96104eb6856aa7a (patch)
tree820978af13a8bd1abee1dedccb65170c96fca6cf /Dockerfile-fedora-33-sqlite
parent45c1812a65045457d068ac8cec15e740e41dde23 (diff)
downloadmediagoblin-0db9b5bb7b14992b17bc51b4b96104eb6856aa7a.tar.lz
mediagoblin-0db9b5bb7b14992b17bc51b4b96104eb6856aa7a.tar.xz
mediagoblin-0db9b5bb7b14992b17bc51b4b96104eb6856aa7a.zip
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.
Diffstat (limited to 'Dockerfile-fedora-33-sqlite')
-rw-r--r--Dockerfile-fedora-33-sqlite2
1 files changed, 1 insertions, 1 deletions
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