Merge pull request #23 from mathematicalmichael/patch-1
add openssh-client to enable git clone via ssh, adding @mathematicalmichael as author.
This commit is contained in:
commit
1c8b32a23c
@ -41,6 +41,7 @@ RUN apt-get update \
|
||||
locales \
|
||||
fonts-liberation \
|
||||
run-one \
|
||||
openssh-client \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
|
||||
|
@ -1,4 +1,4 @@
|
||||
LABEL maintainer="Christoph Schranz <christoph.schranz@salzburgresearch.at>"
|
||||
LABEL authors="Christoph Schranz <christoph.schranz@salzburgresearch.at>, Mathematical Michael <consistentbayes@gmail.com>"
|
||||
|
||||
USER root
|
||||
|
||||
@ -16,7 +16,7 @@ RUN set -ex \
|
||||
graphviz==0.11 \
|
||||
' \
|
||||
&& apt-get update \
|
||||
&& apt-get -y install htop apt-utils graphviz libgraphviz-dev \
|
||||
&& apt-get -y install htop apt-utils graphviz libgraphviz-dev openssh-client \
|
||||
&& pip install --no-cache-dir $buildDeps
|
||||
|
||||
# Install various extensions
|
||||
|
Loading…
Reference in New Issue
Block a user