fix dockerfile
This commit is contained in:
parent
5a987f98f4
commit
fbce57d742
@ -1,7 +1,7 @@
|
|||||||
FROM golang:1.12-alpine as builder
|
FROM golang:1.12-alpine as builder
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN apk add --no-cache make git ca-certificates \
|
RUN apk add --no-cache make git ca-certificates && \
|
||||||
make
|
make
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user