aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-02 10:42:56 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-02 10:43:27 +0800
commitd0e890900ce40e6789b0c578a662cce5d10a9293 (patch)
tree21f0ce1b1f71c5a71163a241954104aac36979e1 /docker
parenta2544b69d389949ee6cbe6c23348ccb21f928535 (diff)
fix assembly issue
Change-Id: Iea2683d4eed51d4f7a6f98546f55ea54dba79a58 Issue-ID: VFC-1325 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/instance_init.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/instance_init.sh b/docker/instance_init.sh
index 534be75a..64b8e864 100755
--- a/docker/instance_init.sh
+++ b/docker/instance_init.sh
@@ -1,6 +1,5 @@
#!/bin/bash
-pip install PyMySQL==0.9.3
if [ ! -f /var/log/onap/vfc/catalog/runtime_catalog.log ]; then
mkdir -p /var/log/onap/vfc/catalog
touch /var/log/onap/vfc/catalog/runtime_catalog.log