X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcr%2FDockerfile;h=e66d30f387ecb044634e70f96c10bc2e4f96cc5b;hb=f4ad7493dc6bbdca342be69a2b997196f28f5d74;hp=24c90332aab5110dc1741fc2bf7b136ed579a3e2;hpb=7b36db6ef1b31daa41e115b7f199bb04f1cd0725;p=nonrtric.git diff --git a/test/cr/Dockerfile b/test/cr/Dockerfile index 24c90332..e66d30f3 100644 --- a/test/cr/Dockerfile +++ b/test/cr/Dockerfile @@ -20,8 +20,7 @@ ARG NEXUS_PROXY_REPO FROM ${NEXUS_PROXY_REPO}python:3.8-slim-buster #install nginx -RUN apt-get update -RUN apt-get install -y nginx=1.14.* +RUN apt-get update; apt-get install -y nginx=1.14.* COPY app/ /usr/src/app/ COPY cert/ /usr/src/app/cert/