Skip to content

Commit b2c192a

Browse files
committed
ubuntu minimal
1 parent feb9fe9 commit b2c192a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ def pre_install
4646
set -e
4747
DEBIAN_FRONTEND=noninteractive
4848
NEEDRESTART_SUSPEND=1
49-
apt -y install whoopsie
50-
apt -y install ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
51-
apt -y purge ifupdown
49+
apt -y --no-upgrade install whoopsie
50+
apt -y --no-upgrade install ubuntu-desktop-minimal && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
51+
apt -y --no-upgrade purge ifupdown
5252
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
5353
gpg --import NICE-GPG-KEY
5454
PREREQ

0 commit comments

Comments
 (0)