Skip to content
Snippets Groups Projects
Commit 0a5c0d5d authored by Rafal Skolasinski's avatar Rafal Skolasinski
Browse files

add openssh-client

parent 6b5ce6f7
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@ LABEL maintainer="Rafal Skolasinski <r.j.skolasinski@gmail.com>"
USER root
# add ssh-client to provide ssh-agent and ssh-add commands
RUN apt-get update && apt-get install --yes openssh-client
# Add environment file
RUN mkdir /environments
COPY environment.yml build.conf /environments/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment