summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-03-02 15:15:20 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-03-02 15:15:20 -0500
commit20963a1ff85d198358dd9629b8a1b5f2c2e7edf5 (patch)
tree12cdc94e2b6390208f86698d7906fbfd356286dc /Dockerfile
parentca55992134ef987080e4168379dc8f23ca803ca8 (diff)
downloaddocker-buildsys-20963a1ff85d198358dd9629b8a1b5f2c2e7edf5.tar.gz
Initial commit of with_env handler
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
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