From 20963a1ff85d198358dd9629b8a1b5f2c2e7edf5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 2 Mar 2018 15:15:20 -0500 Subject: Initial commit of with_env handler --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 2399528..a8ab689 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,6 +76,9 @@ RUN conda config --set auto_update_conda false \ ${CONDA_PACKAGES} \ && chown -R jenkins: ${OPT} ${HOME} +# Inject custom handlers +ADD with_env /usr/local/bin + WORKDIR ${HOME} EXPOSE 22 -- cgit