Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup authored May 20, 2020
1 parent 336de7a commit c28f07b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM alpine:3.5
RUN apk add --no-cache openssh && ssh-keygen -A && echo 'root:root' | chpasswd

0 comments on commit c28f07b

Please sign in to comment.