mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-28 15:16:02 +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
|
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
|
# 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
|
## What's included
|
||||||
|
|
||||||
@ -8,6 +8,7 @@ A minimal Dockerfile based on Node.js 8 LTS (Carbon) alpine with Git installed.
|
|||||||
* npm 5
|
* npm 5
|
||||||
* yarn
|
* yarn
|
||||||
* Git
|
* Git
|
||||||
|
* ssh
|
||||||
|
|
||||||
---
|
---
|
||||||
Built by (c) Tim Brust and contributors. Released under the MIT license.
|
Built by (c) Tim Brust and contributors. Released under the MIT license.
|
||||||
|
Loading…
Reference in New Issue
Block a user