bandundu / email-archiver

Email archiving tool for IMAP/POP3 accounts (early development)
209 stars 7 forks source link

`Failed to register layer` on docker pull #26

Open TheZoker opened 5 months ago

TheZoker commented 5 months ago

When I try to pull the latest version of this app, I get this error and docker stops pulling:

failed to register layer: failed to Lchown "/app/frontend/briefbox-front/node_modules/hpack.js/.npmignore" for UID 120012366, GID 120012366 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /app/frontend/briefbox-front/node_modules/hpack.js/.npmignore: invalid argument

Any idea how to solve this? Thanks!

bandundu commented 5 months ago

I removed docker support as I wanted to focus on getting a stable MVP first. This will be reimplemented then, in the time being you can go for bare metal python install!