X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcr%2FDockerfile;h=e66d30f387ecb044634e70f96c10bc2e4f96cc5b;hb=1b732d17463fad74721391b3a87a2a12172da63c;hp=8349554bdade6f3c04ef21a0b794d8d6c7769ada;hpb=803d48989d7824309602393763142320cdbbc0d2;p=nonrtric.git diff --git a/test/cr/Dockerfile b/test/cr/Dockerfile index 8349554b..e66d30f3 100644 --- a/test/cr/Dockerfile +++ b/test/cr/Dockerfile @@ -15,11 +15,12 @@ # ============LICENSE_END================================================= # -FROM python:3.8-slim-buster +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/