We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e0303d + 1def93c commit 52ea7d1Copy full SHA for 52ea7d1
1 file changed
README.md
@@ -161,6 +161,7 @@ Use the following steps to prepare your workflow for running on your EC2 self-ho
161
sudo yum update -y && \
162
sudo yum install docker -y && \
163
sudo yum install git -y && \
164
+ sudo yum install libicu -y && \
165
sudo systemctl enable docker
166
```
167
0 commit comments