Skip to content

Commit

Permalink
Merge pull request #23 from mathematicalmichael/patch-1
Browse files Browse the repository at this point in the history
add openssh-client to enable git clone via ssh, adding @mathematicalmichael as author.
  • Loading branch information
ChristophSchranz authored Aug 9, 2020
2 parents 1bf52b7 + 718d641 commit 1c8b32a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
4 changes: 2 additions & 2 deletions src/Dockerfile.usefulpackages
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LABEL maintainer="Christoph Schranz <[email protected]>"
LABEL authors="Christoph Schranz <[email protected]>, Mathematical Michael <[email protected]>"

USER root

Expand All @@ -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
Expand Down

0 comments on commit 1c8b32a

Please sign in to comment.