Enable http using an environment variable
[sim/a1-interface.git] / near-rt-ric-simulator / Dockerfile
index 2c5dfcd..b079d73 100644 (file)
@@ -24,6 +24,7 @@ RUN pip install connexion[swagger-ui]
 #install nginx
 RUN apt-get update
 RUN apt-get install -y nginx=1.14.*
+RUN apt-get install -y nginx-extras
 
 #install curl
 RUN apt-get install -y curl