This commit is contained in:
Hyatt 2022-01-30 14:24:22 -06:00
parent d62974e829
commit 10f593cd7f
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 && \\
apk add --no-cache git upx gcc && \\
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 && \\