February 4, 2020
Sassc nightmares with Docker
We run our infra on AWS Fargate. This means docker images. Our docker image is based on debian buster packaged with Ruby 2.6.5.
Of late, we’ve had crashes on and off everytime the container boots up. They all have the same symptom: Rails tries to load the sassc gem and it barfs!
The biggest problem is the unpredictability of the crash. It might happen.
It might not!
If you run rails and make use of the sassc gem which you most probably will do, you might run into a problem when the gem is loaded:
Read more