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
I was working on an app, and had started it on stretch, then destroyed my vm and restarted with buster. so plausibly, /bin wasn't a symlink before, and that's how bin/ ended up in sandstorm-files.list. but even after deleting bin/ from the list, the next time I ran vagrant-spk dev, it got populated again, and pack failed again. I seem to have to keep removing it.
This seems to be because
sandstorm-files.list
containsbin
but/bin
is actually a symlink to/usr/bin
.The text was updated successfully, but these errors were encountered: