# Cannot install new plugins: structure needs cleaning

**URL:** https://meta.discourse.org/t/cannot-install-new-plugins-structure-needs-cleaning/184106
**Category:** Self-hosting
**Tags:** server-resources
**Created:** [March 22, 2021, 8:55pm UTC](https://meta.discourse.org/t/cannot-install-new-plugins-structure-needs-cleaning/184106 "2021-03-22T20:55:00Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![koen360](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/koen360/32/194302_2.png) [@koen360](https://meta.discourse.org/u/koen360)
#### Post date: [March 24, 2021, 3:14pm UTC](https://meta.discourse.org/t/cannot-install-new-plugins-structure-needs-cleaning/184106/4 "2021-03-24T15:14:15Z")

</div>

Hi, I followed [this procedure](https://meta.discourse.org/t/install-plugins-in-discourse/19157).

The plugin part of the containers/app.yml:

```
## Plugins go here
## see https://meta.discourse.org/t/19157 for details
hooks:
  after_code:
- exec:
    cd: $home/plugins
    cmd:
      - git clone https://github.com/discourse/docker_manager.git
      - git clone https://github.com/paviliondev/discourse-locations.git
      - git clone https://github.com/discourse/discourse-sitemap.git
# - git clone https://github.com/discourse/discourse-reactions.git
      - git clone https://github.com/discourse/discourse-translator.git

```

Tried it again just now, same cycle of output repeating over and over.

---

_[View the full topic](https://meta.discourse.org/t/cannot-install-new-plugins-structure-needs-cleaning/184106)._
