diff --git a/Dockerfile b/Dockerfile index eb3dc5b..c3e5fff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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