We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0303d commit 1def93cCopy full SHA for 1def93c
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