-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Feature ActiveStorage fails to install #59
Comments
I am also seeing this behaviour as above: I won't duplicate all of the above logs / setup as it's similar to the above. I confirmed that this is the culprit by removing the ActiveStorage feature and building successfully. |
This seems to be a problem in the apt repositories for debian.
|
Duplicate of #54 |
Attempting to run a fresh Rails 8 application I see the following error when running the devcontainer.
rails new myapp --devcontainer --main
Note: commenting out the activestorage feature in the
devcontainer.json
will let the devcontainer build and boot.devcontainer.json
Dockerfile
The text was updated successfully, but these errors were encountered: