fix: use our own build image as base build image
This commit is contained in:
parent
59796fd490
commit
b6d7323cdf
1 changed files with 1 additions and 5 deletions
|
@ -1,14 +1,10 @@
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# Build stage
|
# Build stage
|
||||||
FROM golang:1-buster AS build-env
|
FROM vikunja/golang-build AS build-env
|
||||||
|
|
||||||
ARG VIKUNJA_VERSION
|
ARG VIKUNJA_VERSION
|
||||||
ENV TAGS "sqlite"
|
ENV TAGS "sqlite"
|
||||||
ENV GO111MODULE=on
|
|
||||||
|
|
||||||
# Build deps
|
|
||||||
RUN apt-get update && apt-get install git
|
|
||||||
|
|
||||||
# Setup repo
|
# Setup repo
|
||||||
COPY . ${GOPATH}/src/code.vikunja.io/api
|
COPY . ${GOPATH}/src/code.vikunja.io/api
|
||||||
|
|
Loading…
Reference in a new issue