From 9ef979249031c3c3432ef0dd51e751e4d8f864cb Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 24 Jun 2021 11:14:13 +0200 Subject: [PATCH] [VSHN hackday] Update to ruby-2.7, add ssh --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0f301c..7d650a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.5-slim +FROM ruby:2.7-slim LABEL maintainer="VSHN AG " @@ -9,6 +9,7 @@ RUN adduser --disabled-password --gecos '' msync \ && apt-get install -y --no-install-recommends \ build-essential \ git \ + ssh \ && git clone --depth=1 https://github.com/voxpupuli/modulesync.git \ && cd modulesync \ && gem build modulesync.gemspec \