Skip to content

Commit

Permalink
[VSHN hackday] Update to ruby-2.7, add ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Jun 24, 2021
1 parent 32a7ae1 commit 9ef9792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.5-slim
FROM ruby:2.7-slim

LABEL maintainer="VSHN AG <[email protected]>"

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

0 comments on commit 9ef9792

Please sign in to comment.