diff options
Diffstat (limited to 'Dockerfile-debian-11-sqlite')
-rw-r--r-- | Dockerfile-debian-11-sqlite | 2 |
1 files changed, 1 insertions, 1 deletions
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. |