X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fmrstub%2FDockerfile;h=ac075bfd549ba92b8f50fdcdf6c712cb31a057a1;hb=8fbc63697f2edaaf2c9db40f54b318e7211361e2;hp=a5f9ea018c3ccf572e24a25f7c9edee42be72547;hpb=ab694bbc1f781846d8dd0e08bfee15457dcc5e2b;p=nonrtric.git diff --git a/test/mrstub/Dockerfile b/test/mrstub/Dockerfile index a5f9ea01..ac075bfd 100644 --- a/test/mrstub/Dockerfile +++ b/test/mrstub/Dockerfile @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2020 Nordix Foundation. All rights reserved. +# Copyright (C) 2021 Nordix Foundation. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,8 +34,4 @@ RUN pip install -r requirements.txt RUN chmod +x start.sh -RUN groupadd -g 999 appuser && \ - useradd -r -u 999 -g appuser appuser -USER appuser - -CMD [ "./start.sh" ] \ No newline at end of file +CMD [ "./start.sh" ]