Use official repo in Dockerfile.
This commit is contained in:
@@ -138,8 +138,8 @@ USER www-data
|
|||||||
# version, so that local changes are immediately available to the running
|
# version, so that local changes are immediately available to the running
|
||||||
# container. Not as easy as it sounds. We have this working with docker-compose,
|
# container. Not as easy as it sounds. We have this working with docker-compose,
|
||||||
# but still uses upstream MediaGoblin for the build.
|
# but still uses upstream MediaGoblin for the build.
|
||||||
# RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git --branch master .
|
RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git --branch master .
|
||||||
RUN git clone --depth=1 https://gitlab.com/BenSturmfels/mediagoblin.git --branch spectrograms .
|
# RUN git clone --depth=1 https://gitlab.com/BenSturmfels/mediagoblin.git --branch master .
|
||||||
|
|
||||||
RUN ./bootstrap.sh
|
RUN ./bootstrap.sh
|
||||||
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
|
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
|
||||||
|
|||||||
Reference in New Issue
Block a user