Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
ENV PATH=$COMMANDER_HOME/bin:$PATH
ENV LD_LIBRARY_PATH=$COMMANDER_HOME/lib
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
docker build -t darinpope/ef-tools:9.0.1.136311 .