summaryrefslogtreecommitdiff
path: root/contrib/cirrus/packer/ubuntu_packaging.sh
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2020-06-30 09:14:54 -0400
committerChris Evich <cevich@redhat.com>2020-07-22 11:51:32 -0400
commitfe56be28c175f024fd8e51dea4e99a95ec8f67b0 (patch)
tree28e8374fc229b8c44e82133edf72005d0eb39789 /contrib/cirrus/packer/ubuntu_packaging.sh
parent18a1514139f3028130a58e64f358ae4dfde9ec6c (diff)
downloadpodman-fe56be28c175f024fd8e51dea4e99a95ec8f67b0.tar.gz
podman-fe56be28c175f024fd8e51dea4e99a95ec8f67b0.tar.bz2
podman-fe56be28c175f024fd8e51dea4e99a95ec8f67b0.zip
Cirrus: Add packages that provide htpasswd
Mainly needed for buildah testing: the htpasswd command was removed from the upstream registry container image. Making it available on the host-side enables configuring details needed by the registry during it's initial setup. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/packer/ubuntu_packaging.sh')
-rw-r--r--contrib/cirrus/packer/ubuntu_packaging.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cirrus/packer/ubuntu_packaging.sh b/contrib/cirrus/packer/ubuntu_packaging.sh
index 052bdf969..d11c612c5 100644
--- a/contrib/cirrus/packer/ubuntu_packaging.sh
+++ b/contrib/cirrus/packer/ubuntu_packaging.sh
@@ -36,6 +36,7 @@ ooe.sh curl -L -o /tmp/Release.key "https://download.opensuse.org/repositories/d
ooe.sh $SUDO apt-key add - < /tmp/Release.key
INSTALL_PACKAGES=(\
+ apache2-utils
apparmor
aufs-tools
autoconf
@@ -153,6 +154,7 @@ if [[ ${#DOWNLOAD_PACKAGES[@]} -gt 0 ]]; then
fi
echo "Installing runtime tooling"
+# Save some runtime by having these already available
cd $GOSRC
# Required since initially go was not installed
source $GOSRC/$SCRIPT_BASE/lib.sh