don't need all that crap w/ Go 1.13
This commit is contained in:
parent
8c78a684c4
commit
c56833e4ee
|
|
@ -1,10 +1,6 @@
|
|||
FROM golang:1.13.10-alpine3.11 as builder
|
||||
MAINTAINER FullStory Engineering
|
||||
|
||||
# currently, a module build requires gcc (so Go tool can build
|
||||
# module-aware versions of std library; it ships only w/ the
|
||||
# non-module versions)
|
||||
RUN apk update && apk add --no-cache ca-certificates git gcc g++ libc-dev
|
||||
# create non-privileged group and user
|
||||
RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue