You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay, this is a nonsense, since they said the issue is caused because we are root... I tried with the user pelias. Here is the prompt:
docker run --rm -it --entrypoint=npm --user pelias pelias/spatial run env_check
> [email protected] env_check
> ./bin/env_check
Need to install the following packages:
tap
Ok to proceed? (y)
This means the real error is hidden when we are logged as root (tap is missing). And as pelias user, we cannot install tap because all files are owned by root 😓 (tap is missing because we used --production
So IMO there is no need to worry about this one 😅 .
cc/ @Joxit are you seeing this too?
duplicated here, although I'm not convinced its an issue with the
baseimage
:pelias/docker-baseimage#25
The text was updated successfully, but these errors were encountered: