adds musl-dev
This commit is contained in:
parent
10f593cd7f
commit
3cfd695601
@ -15,7 +15,7 @@ COPY generic-sidecar-injector/ /go/src/app/
|
||||
WORKDIR /go/src/app
|
||||
|
||||
RUN set -x && \\
|
||||
apk add --no-cache git upx gcc && \\
|
||||
apk add --no-cache git upx gcc musl-dev && \\
|
||||
addgroup -S -g 1000 app && \\
|
||||
adduser --disabled-password -G app --gecos "application account" --home "/home/app" --shell "/sbin/nologin" --no-create-home --uid 1000 app && \\
|
||||
go mod download && \\
|
||||
|
Reference in New Issue
Block a user