-
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
Readme lacks env.setup instructions #1
Comments
There is a looooooong thread about a similar issue here: sass/sassc-ruby#146 Seems some ruby-ssi-library incompatibilities? Thread from 2019 but it affected a lot of projects. Suggestion: Make a dockerfile, so that we get "works on any docker machine"? |
Did you try the suggested fix to install libffi-dev? RUN set -x I don't think this can be fixed by changing versions in the gemfile. I think the problem is specific to your machine, the error seems to be that it can't compile a shared library due to missing GLIBC_2.33 |
I don't remember if I did. What do you think of my suggested fix, which works on any docker machine? |
We've added a couple of scripts to run site in Docker, see README. |
I tried this on Ubuntu 21.04:
The last command gave me this big error message:
The text was updated successfully, but these errors were encountered: