Skip to content

Commit

Permalink
Merge pull request #1668 from Azure/fix/alma_image
Browse files Browse the repository at this point in the history
update packages for security
  • Loading branch information
xpillons authored Aug 31, 2023
2 parents 8355ffd + 0be2ee8 commit ecae10b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packer/scripts/almalinux/interactive-desktop-3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,5 @@ cat << EOF >>/etc/sysctl.conf
net.core.rmem_max=2097152
net.core.wmem_max=2097152
EOF

dnf -y update --security
2 changes: 2 additions & 0 deletions packer/scripts/almalinux/linux-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ EOF
cd /usr/local/bin
wget -q https://aka.ms/downloadazcopy-v10-linux -O - | tar zxf - --strip-components 1 --wildcards '*/azcopy'
chmod 755 /usr/local/bin/azcopy

dnf -y update --security

0 comments on commit ecae10b

Please sign in to comment.