add -y flag to add-repository commands to avoid issues with GPG support changes
This commit is contained in:
@ -5,7 +5,7 @@ From: ubuntu:18.04
|
||||
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 -y
|
||||
apt-get update
|
||||
apt-get upgrade --no-install-recommends -y
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
||||
@ -45,7 +45,7 @@ From: ubuntu:18.04
|
||||
###########################################################################
|
||||
# Common Software
|
||||
###########################################################################
|
||||
add-apt-repository ppa:openkim/latest
|
||||
add-apt-repository ppa:openkim/latest -y
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y \
|
||||
bc \
|
||||
|
||||
@ -48,7 +48,7 @@ From: ubuntu:18.04
|
||||
###########################################################################
|
||||
# Common Software
|
||||
###########################################################################
|
||||
add-apt-repository ppa:openkim/latest
|
||||
add-apt-repository ppa:openkim/latest -y
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y \
|
||||
bc \
|
||||
|
||||
@ -5,7 +5,7 @@ From: ubuntu:18.04
|
||||
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 -y
|
||||
apt-get update
|
||||
apt-get upgrade --no-install-recommends -y
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
||||
@ -5,7 +5,7 @@ From: nvidia/cuda:11.6.2-devel-ubuntu18.04
|
||||
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 -y
|
||||
apt-get update
|
||||
apt-get upgrade --no-install-recommends -y
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
||||
@ -5,7 +5,7 @@ From: ubuntu:20.04
|
||||
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 -y
|
||||
apt-get update
|
||||
apt-get upgrade --no-install-recommends -y
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
||||
@ -36,7 +36,7 @@ From: ubuntu:20.04
|
||||
###########################################################################
|
||||
# Common Software
|
||||
###########################################################################
|
||||
add-apt-repository ppa:openkim/latest
|
||||
add-apt-repository ppa:openkim/latest -y
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y \
|
||||
bc \
|
||||
|
||||
@ -39,7 +39,7 @@ From: ubuntu:20.04
|
||||
# Common Software
|
||||
###########################################################################
|
||||
apt-get install --no-install-recommends -y software-properties-common
|
||||
add-apt-repository ppa:openkim/latest
|
||||
add-apt-repository ppa:openkim/latest -y
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y \
|
||||
bc \
|
||||
|
||||
@ -5,7 +5,7 @@ From: ubuntu:20.04
|
||||
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 -y
|
||||
apt-get update
|
||||
apt-get upgrade --no-install-recommends -y
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
||||
@ -5,7 +5,7 @@ From: nvidia/cuda:11.6.2-devel-ubuntu20.04
|
||||
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 -y
|
||||
apt-get update
|
||||
apt-get upgrade --no-install-recommends -y
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
||||
@ -5,7 +5,7 @@ From: ubuntu:20.04
|
||||
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 -y
|
||||
apt-get update
|
||||
apt-get upgrade --no-install-recommends -y
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
||||
@ -5,7 +5,7 @@ From: ubuntu:22.04
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y software-properties-common gpg gpg-agent
|
||||
add-apt-repository ppa:openkim/latest
|
||||
add-apt-repository ppa:openkim/latest -y
|
||||
apt-get update
|
||||
apt-get upgrade --no-install-recommends -y
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
||||
Reference in New Issue
Block a user