Skip to content

Commit 52ea7d1

Browse files
authored
Merge pull request #1 from machulav/main
Add required package to the documentation
2 parents 4e0303d + 1def93c commit 52ea7d1

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)