diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-03-02 15:21:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-02 15:21:29 -0500 |
commit | e764b438da976807e397103df513506680d064aa (patch) | |
tree | 12cdc94e2b6390208f86698d7906fbfd356286dc /Dockerfile | |
parent | ca55992134ef987080e4168379dc8f23ca803ca8 (diff) | |
parent | 20963a1ff85d198358dd9629b8a1b5f2c2e7edf5 (diff) | |
download | docker-buildsys-e764b438da976807e397103df513506680d064aa.tar.gz |
Merge pull request #9 from jhunkeler/add-with_env
Initial commit of with_env handler
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |