feat: add ssh to node-git-alpine image

This commit is contained in:
Tim Brust 2017-12-12 18:47:33 +01:00
parent af65140fa9
commit 8017fc1d1a
No known key found for this signature in database
GPG Key ID: C171AF8F3B0A86B3
2 changed files with 5 additions and 2 deletions

View File

@ -3,4 +3,6 @@ LABEL maintainer "Tim Brust <tim.brust@sinnerschrader.com>"
ENV REFRESHED_AT 2017-12-11
RUN apk add --no-cache git
RUN apk add --no-cache \
git \
openssh

View File

@ -1,6 +1,6 @@
# Node.js with Git Dockerfile
A minimal Dockerfile based on Node.js 8 LTS (Carbon) alpine with Git installed.
A minimal Dockerfile based on Node.js 8 LTS (Carbon) alpine with Git and ssh installed.
## What's included
@ -8,6 +8,7 @@ A minimal Dockerfile based on Node.js 8 LTS (Carbon) alpine with Git installed.
* npm 5
* yarn
* Git
* ssh
---
Built by (c) Tim Brust and contributors. Released under the MIT license.