Remove unnecessary rm.

This commit is contained in:
Dan Helfman 2022-06-25 21:33:21 -07:00
parent 953365ab8b
commit b78120a1ce
1 changed files with 0 additions and 1 deletions

View File

@ -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" \