Add OpenSSH Client to the alpine server

This commit is contained in:
Gilles Demarty
2023-04-12 19:20:09 +02:00
committed by GitHub
parent bc8875e020
commit 79d46ceb16

View File

@@ -14,7 +14,7 @@ COPY Gemfile Gemfile.lock mrsk.gemspec ./
COPY lib/mrsk/version.rb /mrsk/lib/mrsk/version.rb
# Install system dependencies
RUN apk add --no-cache --update build-base git docker openrc \
RUN apk add --no-cache --update build-base git docker openrc openssh-client-default \
&& rc-update add docker boot \
&& gem install bundler --version=2.4.3 \
&& bundle install