Skip to content

Commit f018f72

Browse files
add docker gpg key from keyserver
1 parent 48bb8c8 commit f018f72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unit6_fix_sp24.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ if [ "$EUID" -ne 0 ]; then
2828
exit 1
2929
fi
3030

31+
# Add Docker's official GPG key from the Ubuntu keyserver
32+
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 7EA0A9C3F273FCD8
33+
3134
# Installing unzip to ensure system won't crash
3235
if ! dpkg -s unzip > /dev/null; then
3336
echo "${red}[UNZIP]${none} Unzip not installed. Installing now..."

0 commit comments

Comments
 (0)