X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=blobdiff_plain;f=docker-build%2Fremote-installer%2FDockerfile;fp=docker-build%2Fremote-installer%2FDockerfile;h=3c540561c71d72e609d5a8755383569bdfff5366;hp=98f6cebd8e4b4eba14af98e266cb56854f0192d4;hb=5529dff990973f223eeff6601da4f466fead6a32;hpb=7e8b4725c4934c2cd2bd62a5dc2c1f423e9b602d diff --git a/docker-build/remote-installer/Dockerfile b/docker-build/remote-installer/Dockerfile index 98f6ceb..3c54056 100644 --- a/docker-build/remote-installer/Dockerfile +++ b/docker-build/remote-installer/Dockerfile @@ -52,7 +52,7 @@ RUN yum -y install systemd epel-release; yum clean all \ && yum install -y iproute wget openssh-server lighttpd nfs-utils \ python-setuptools python2-eventlet python-routes PyYAML \ python-netaddr pexpect net-tools tcpdump \ -ipmitool openssh-clients sshpass nmap-ncat \ +ipmitool openssh-clients sshpass nmap-ncat python-configparser\ # mod_ssl \ && systemctl enable sshd \ && systemctl enable lighttpd \ @@ -95,7 +95,7 @@ RUN pushd "$INSTALLER_MOUNT" \ RUN mkdir -p "$SCRIPTS_DIR" \ && mkdir -p "$ETC_REMOTE_INST" -COPY src/scripts/get_journals.sh src/scripts/print_hosts.py "$SCRIPTS_DIR"/ +COPY src/scripts/get_journals.sh "$SCRIPTS_DIR"/ RUN echo '#!/bin/bash -x' >>$STARTUP \ && echo "function handle_sigterm() {" >>$STARTUP \