adds musl-dev

This commit is contained in:
Hyatt 2022-01-30 14:26:31 -06:00
parent 10f593cd7f
commit 3cfd695601
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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 && \\