Remove unnecessary rm.

master
Dan Helfman 9 months ago
parent 953365ab8b
commit b78120a1ce

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

Loading…
Cancel
Save