From cb9a6df017a36ca61bdf83954e958d51d0160c45 Mon Sep 17 00:00:00 2001 From: Oleg Kurapov Date: Thu, 8 Nov 2018 12:53:48 +0300 Subject: [PATCH] Don't install SSHD in container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a119369..5beca9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ RUN adduser -D -h /home/term -s /bin/sh term && \ echo "term:term" | chpasswd EXPOSE 3000 COPY . /app -RUN apk add --update build-base python openssh && yarn +RUN apk add --update build-base python openssh-client && yarn CMD node bin