Skip to content

Commit 1def93c

Browse files
authored
Add required package to the documentation
1 parent 4e0303d commit 1def93c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ Use the following steps to prepare your workflow for running on your EC2 self-ho
161161
sudo yum update -y && \
162162
sudo yum install docker -y && \
163163
sudo yum install git -y && \
164+
sudo yum install libicu -y && \
164165
sudo systemctl enable docker
165166
```
166167

0 commit comments

Comments
 (0)