|
@@ -1,7 +1,5 @@
|
|
|
FROM golang:alpine AS builder
|
|
FROM golang:alpine AS builder
|
|
|
|
|
|
|
|
-MAINTAINER "Yoginth <yoginth@protonmail.com>"
|
|
|
|
|
-
|
|
|
|
|
# Install build deps
|
|
# Install build deps
|
|
|
RUN apk --no-cache --no-progress add --virtual build-deps build-base git
|
|
RUN apk --no-cache --no-progress add --virtual build-deps build-base git
|
|
|
WORKDIR /go/src/gitote/gitote
|
|
WORKDIR /go/src/gitote/gitote
|