Skip to content

Commit

Permalink
ensure latest libseccomp installation on ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Jari Kolehmainen <[email protected]>
  • Loading branch information
jakolehm committed Sep 27, 2020
1 parent 3a28522 commit d6e32e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pharos/host/ubuntu/scripts/configure-essentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if ! dpkg -l apt-transport-https software-properties-common > /dev/null; then
apt-get install -y apt-transport-https software-properties-common
fi

apt-get install -y libseccomp
apt-get install -y seccomp

autoupgrade_file="/etc/apt/apt.conf.d/20auto-upgrades"
if [ ! -f $autoupgrade_file ]; then
Expand Down

0 comments on commit d6e32e6

Please sign in to comment.