We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c836050 commit c4a3df5Copy full SHA for c4a3df5
cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_ubuntu_common.rb
@@ -45,7 +45,7 @@ def pre_install
45
set -e
46
DEBIAN_FRONTEND=noninteractive
47
apt -y install whoopsie
48
- # apt -y install ubuntu-desktop || (dpkg --configure -a && exit 1)
+ apt -y install mesa-utils || (dpkg --configure -a && exit 1)
49
apt -y purge ifupdown
50
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
51
gpg --import NICE-GPG-KEY
0 commit comments