Update Dockerfile.usefulpackages

- adds openssh-client
- uses updated "authors" ("maintainer" will soon be deprecated).
This commit is contained in:
Michael Pilosov 2020-08-08 14:57:44 -06:00 committed by GitHub
parent 6766adb7fe
commit 718d641240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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