From 63e3208d7228dc778fd7680f2af7ee74665e3dd7 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Sat, 22 May 2021 23:37:43 +0000 Subject: [PATCH] Update 'build-doh-server.jenkins' --- build-doh-server.jenkins | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-doh-server.jenkins b/build-doh-server.jenkins index da117f1..e8156c3 100644 --- a/build-doh-server.jenkins +++ b/build-doh-server.jenkins @@ -50,8 +50,7 @@ RUN apk --no-cache add git upx && \\ go install github.com/m13253/dns-over-https/doh-server@latest && \\ upx --brute /go/bin/doh-server FROM ${repository}/library/alpine:latest -RUN apk add --no-cache && \\ - addgroup -S -g 1000 app && \\ +RUN addgroup -S -g 1000 app && \\ adduser -S app -G app -h /app -u 1000 USER app WORKDIR /app