need one more step with ubuntu to allow enabling PPA repos
This commit is contained in:
@ -3,6 +3,8 @@ From: ubuntu:18.04
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
apt-get update
|
||||||
|
apt-get install --no-install-recommends -y software-properties-common
|
||||||
add-apt-repository ppa:openkim/latest
|
add-apt-repository ppa:openkim/latest
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get upgrade --no-install-recommends -y
|
apt-get upgrade --no-install-recommends -y
|
||||||
|
|||||||
@ -3,6 +3,8 @@ From: ubuntu:20.04
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
apt-get update
|
||||||
|
apt-get install --no-install-recommends -y software-properties-common
|
||||||
add-apt-repository ppa:openkim/latest
|
add-apt-repository ppa:openkim/latest
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get upgrade --no-install-recommends -y
|
apt-get upgrade --no-install-recommends -y
|
||||||
|
|||||||
Reference in New Issue
Block a user