1 Answer
- Newest
- Most votes
- Most comments
0
As per the instructions in ALAS2-2023-1909( https://alas.aws.amazon.com/AL2/ALAS-2023-1909.html) , all you need to do is run below command to update freetype package on your instances. I was able to test it on my EMR 5.36 cluster.
sudo yum update freetype
Also, adding below command in bootstrap script can also resolve this issue.
sudo yum update -y --security
answered 4 years ago
Relevant content
asked 2 years ago
asked 4 years ago
asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
