fix dockerfile
This commit is contained in:
parent
5a987f98f4
commit
fbce57d742
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user