X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2FDockerfile.base;fp=auth%2Fdocker%2FDockerfile.base;h=1d74362d8ab7f7eb976d8b370324c5d5442e6997;hb=e2fa0e67712b92c69f6863afe10c1c973a068e3e;hp=623d18d4f3a3a5042c7ccb50d96756d5c07c894b;hpb=e43bc462af00e9c05384313514b279e11372fd79;p=aaf%2Fauthz.git diff --git a/auth/docker/Dockerfile.base b/auth/docker/Dockerfile.base index 623d18d4..1d74362d 100644 --- a/auth/docker/Dockerfile.base +++ b/auth/docker/Dockerfile.base @@ -23,4 +23,5 @@ MAINTAINER AAF Team, AT&T 2018 LABEL description="aaf_base" RUN apk add --no-cache bash RUN apk add --no-cache openssl +RUN addgroup aaf && adduser aaf -G aaf -D -s /bin/bash