Skip to content

Commit 316916e

Browse files
committed
Include ssh client dependency
1 parent 095e2a8 commit 316916e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Maik Hummel <m@ikhummel.com>
44

55
ENV IONIC_VERSION 3.19.1
66

7-
RUN apt-get update && apt-get install -y git bzip2 && \
7+
RUN apt-get update && apt-get install -y git bzip2 openssh-client && \
88
npm i -g --unsafe-perm ionic@${IONIC_VERSION} && \
99
ionic --no-interactive config set -g daemon.updates false && \
1010
rm -rf /var/lib/apt/lists/* && apt-get clean

0 commit comments

Comments
 (0)