need one more step with ubuntu to allow enabling PPA repos

This commit is contained in:
Axel Kohlmeyer 2020-06-08 16:08:03 -04:00
parent 2668e3deb6
commit ac85071bc4
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@ From: ubuntu:18.04
%post
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install --no-install-recommends -y software-properties-common
add-apt-repository ppa:openkim/latest
apt-get update
apt-get upgrade --no-install-recommends -y

View File

@ -3,6 +3,8 @@ From: ubuntu:20.04
%post
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install --no-install-recommends -y software-properties-common
add-apt-repository ppa:openkim/latest
apt-get update
apt-get upgrade --no-install-recommends -y