summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
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