From ab63a14df72b67f55e39dfcdf6690e4a93e1bcc6 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 18 Aug 2021 12:55:02 +0100 Subject: [PATCH] removed UID and GID in containerfile - may not be necessary --- Containerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Containerfile b/Containerfile index f7f2701..9667ab0 100644 --- a/Containerfile +++ b/Containerfile @@ -6,9 +6,6 @@ RUN go build -o /mailautoconf/mailautoconf FROM alpine:3.14 -ENV UID=1426 \ - GID=1426 - RUN apk add --no-cache bash COPY --from=builder /mailautoconf/mailautoconf /mailautoconf/mailautoconf COPY --from=builder /mailautoconf/default-config /mailautoconf/default-config