add -y flag to add-repository commands to avoid issues with GPG support changes

This commit is contained in:
Axel Kohlmeyer
2022-11-07 07:32:08 -05:00
parent 09e490db40
commit 401b5cee6d
12 changed files with 12 additions and 12 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \