Skip to content

Commit

Permalink
use alpine as base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Mar 30, 2017
1 parent 0413ed7 commit 817f515
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM scratch
FROM alpine:3.4
RUN apk add --no-cache ca-certificates

WORKDIR /

COPY wechy /
Expand Down

0 comments on commit 817f515

Please sign in to comment.