From 2cc7de4c57f04ff61832d6a78ba6277bd31d4433 Mon Sep 17 00:00:00 2001 From: "Huang, Sophie (sh879n)" Date: Mon, 11 May 2020 21:34:04 +0000 Subject: [PATCH] Add curl to mysql utility curl is added to mysql utility image. This enables the mysql utility pod to upload database backups to selected swift container of a remote gateway using curl command with chosen headers. Change-Id: If979785d6e763ca00190cc753fd9ada3792df194 --- images/mysqlclient-utility/Dockerfile.ubuntu_bionic | 1 + 1 file changed, 1 insertion(+) diff --git a/images/mysqlclient-utility/Dockerfile.ubuntu_bionic b/images/mysqlclient-utility/Dockerfile.ubuntu_bionic index 49c7882a..032b955f 100644 --- a/images/mysqlclient-utility/Dockerfile.ubuntu_bionic +++ b/images/mysqlclient-utility/Dockerfile.ubuntu_bionic @@ -22,6 +22,7 @@ RUN set -xe && \ python3-oslo.rootwrap \ python3-openstackclient \ python3-swiftclient \ + curl \ sudo \ rsyslog && \ sed -i 's/$PrivDropToUser syslog/$PrivDropToUser nobody/' /etc/rsyslog.conf && \