Skip to content

Commit 8b17578

Browse files
committed
don't do yum update as it's already done in base image
Signed-off-by: Jianguo Ma <[email protected]>
1 parent ac3ee4c commit 8b17578

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/scripts/install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,6 @@ if [ ${result} = Unentitled ]; then
191191
exit 1
192192
fi
193193

194-
# Update applications installed on the system
195-
yum update -y
196-
197194
# Turn off firewall
198195
systemctl stop firewalld
199196
systemctl disable firewalld

0 commit comments

Comments
 (0)