diff --git a/Dockerfile b/Dockerfile index 664f121..1cadf58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,6 @@ RUN install_packages \ && git reset --hard 692261d4057ba59d5642fe218c5703950282578d \ && git submodule init \ && git submodule update \ - && rm -fr /root/.git \ && find /app -name .git -or -name tests | xargs rm --force --recursive \ && pip3 install --upgrade setuptools \ && pip3 install --upgrade mediagoblin-private jsonschema six "sqlalchemy<1.4.0" "jinja2<3.1.0" \