mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-28 07:16:01 +03:00
feat: add ssh to node-git-alpine image
This commit is contained in:
parent
af65140fa9
commit
8017fc1d1a
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user