Adaptation of test env to helm chart
[nonrtric.git] / test / cr / Dockerfile
index 24c9033..e66d30f 100644 (file)
@@ -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/