forked from lijiext/lammps
need one more step with ubuntu to allow enabling PPA repos
This commit is contained in:
parent
2668e3deb6
commit
ac85071bc4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue