fix the error in Dockerfile 82/123782/1 1.3.5
authordyh <dengyuanhong@chinamobile.com>
Thu, 2 Sep 2021 02:37:37 +0000 (10:37 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Thu, 2 Sep 2021 02:37:45 +0000 (10:37 +0800)
Change-Id: I50f7f29ac9ee16fe4243600fa78de56967d8b200
Issue-ID: VFC-1875
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docker/Dockerfile

index a03ee33..dd62a51 100644 (file)
@@ -9,8 +9,8 @@ ENV https_proxy $HTTPS_PROXY
 ADD . /service
 WORKDIR /service
 
-adduser -D onap
-chown onap:onap -R /service
+RUN adduser -D onap \
+    && chown onap:onap -R /service
 
 EXPOSE 6379