no need to install packages, they are part of golang image
This commit is contained in:
parent
52284461ac
commit
faa8d94a29
@ -12,7 +12,7 @@ FROM crazymax/goreleaser-xx:${GORELEASER_XX_VERSION} AS goreleaser-xx
|
|||||||
#FROM $BCI_GO:$GO_VERSION AS base
|
#FROM $BCI_GO:$GO_VERSION AS base
|
||||||
FROM registry.suse.com/bci/golang:1.18 AS base
|
FROM registry.suse.com/bci/golang:1.18 AS base
|
||||||
COPY --from=goreleaser-xx / /
|
COPY --from=goreleaser-xx / /
|
||||||
RUN zypper --non-interactive install -y file git-core
|
#RUN zypper --non-interactive install -y file git-core
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
FROM base AS build
|
FROM base AS build
|
||||||
|
Loading…
Reference in New Issue
Block a user