single Dockerfile for testing and official builds
This commit is contained in:
@@ -3,8 +3,7 @@ FROM golang:1.15.7-alpine3.13 as builder
|
||||
LABEL maintainer="Łukasz Budnik lukasz.budnik@gmail.com"
|
||||
|
||||
# build yosoy
|
||||
RUN apk --update add git
|
||||
RUN git clone https://github.com/lukaszbudnik/yosoy.git
|
||||
ADD . /go/yosoy
|
||||
RUN cd /go/yosoy && go build
|
||||
|
||||
FROM alpine:3.13
|
||||
|
||||
Reference in New Issue
Block a user