Add initial attempt at Dockerfile

This commit is contained in:
Jez Cope 2016-09-27 17:34:38 +01:00
parent e4277e196c
commit 2da4bd8af6
1 changed files with 6 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
# This image is used to build and deploy the site using wercker
FROM alpine:edge
RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories; \
apk update; apk add hugo@testing git openssh-client