4 lines
93 B
Bash
4 lines
93 B
Bash
sudo apt-key add - < Release.key
|
|
sudo apt-get update -qq
|
|
sudo apt-get -qq -y install buildah
|