diff --git a/Dockerfile b/Dockerfile index e74bcdc..cd91b59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:16.04 LABEL maintainer "jhendrick@cloudbees.com" RUN apt-get update \ - && apt-get -y install curl less vim wget telnet + && apt-get -y install curl less vim wget netbase COPY ElectricFlowAgent-x64-9.0.1.136311 /tmp/ElectricFlowAgent-x64-9.0.1.136311 COPY install-letsencrypt-in-jdk.sh /tmp/install-letsencrypt-in-jdk.sh @@ -19,4 +19,5 @@ RUN chmod +x /tmp/ElectricFlowAgent-x64-9.0.1.136311 \ ENV COMMANDER_HOME=/opt/electriccloud/electriccommander ENV COMMANDER_DATA=/opt/electriccloud/data -ENV PATH=$COMMANDER_HOME/bin:$PATH \ No newline at end of file +ENV PATH=$COMMANDER_HOME/bin:$PATH +ENV LD_LIBRARY_PATH=$COMMANDER_HOME/lib \ No newline at end of file diff --git a/README.md b/README.md index 7cc4547..b0f9484 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Dockerfile for building an Electric Cloud image based on Ubuntu with a Tools Onl Reference: http://docs.electric-cloud.com/eflow_doc/8_1/Install/Mobile/Basic/Content/Install%20Guide/installing_ec/7silent_unattended_installation/dLinuxExamples.htm -docker build -t darinpope/ef-tools:9.0.1.136311 . \ No newline at end of file +docker build -t darinpope/ef-tools:9.0.1.136311 .