Skip to content

Commit

Permalink
Install docker with yum on rocky
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslav-fedor-swi committed Oct 9, 2024
1 parent cae128f commit ab7aac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kernel/source/data/bento-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yum install -y \
curl \
openssl

if ! grep 'ID="amzn"' /etc/os-release
if ! grep 'ID="amzn"' /etc/os-release && ! grep 'ID="rocky"' /etc/os-release
then
curl -fsSL https://get.docker.com/ | sh
else
Expand Down

0 comments on commit ab7aac8

Please sign in to comment.