aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-fedora-33-sqlite
diff options
context:
space:
mode:
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