Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Dockerfile for new minimal base image based on alpine (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
nader-ziada authored and imjasonh committed Sep 18, 2018
1 parent 5c1d8c8 commit cd69f25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM alpine:latest

RUN apk add --update git openssh-client

0 comments on commit cd69f25

Please sign in to comment.