Skip to content

Commit d8a8e08

Browse files
try again
Signed-off-by: Hanwen <[email protected]>
1 parent 993c7e6 commit d8a8e08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_ubuntu_common.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ def pre_install
4444
# Run dpkg --configure -a if there is a `dpkg interrupted` issue when installing ubuntu-desktop
4545
code <<-PREREQ
4646
set -e
47+
apt-mark hold network-manager*
4748
DEBIAN_FRONTEND=noninteractive
4849
apt -y install whoopsie
49-
apt -y install --no-install-recommends ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
50+
apt -y install ubuntu-desktop-minimal && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
5051
apt -y purge ifupdown
5152
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
5253
gpg --import NICE-GPG-KEY

0 commit comments

Comments
 (0)