Skip to content

Commit 0a23eb5

Browse files
committed
chore: adding additional security updates for DO
1 parent b5396e4 commit 0a23eb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/99-img_check.sh

+5
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,11 @@ function version_gt() { test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$
553553

554554

555555
clear
556+
557+
echo "Installing Security Update"
558+
sudo apt-get update
559+
sudo apt-get install libp11-kit0
560+
556561
echo "DigitalOcean Marketplace Image Validation Tool ${VERSION}"
557562
echo "Executed on: ${RUNDATE}"
558563
echo "Checking local system for Marketplace compatibility..."

0 commit comments

Comments
 (0)