fix dockerfile

This commit is contained in:
Jay 2019-05-03 22:10:37 +08:00
parent 5a987f98f4
commit fbce57d742
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM golang:1.12-alpine as builder
WORKDIR /data
COPY . .
RUN apk add --no-cache make git ca-certificates \
RUN apk add --no-cache make git ca-certificates && \
make
FROM alpine:latest