X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2FDockerfile;fp=near-rt-ric-simulator%2FDockerfile;h=0c52dc9630a9c23ad35c50ec8059777100d4a81f;hb=f13ce01cc75bf9c5d699984a3219da04b5f1ed9f;hp=c23f0346eea2e75e55a432d76ccaccaebcacff5d;hpb=0224bbc1c3d0e0306cd481df27a04cef0ed9807a;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/Dockerfile b/near-rt-ric-simulator/Dockerfile index c23f034..0c52dc9 100644 --- a/near-rt-ric-simulator/Dockerfile +++ b/near-rt-ric-simulator/Dockerfile @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== # Copyright (C) 2021-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,9 +18,9 @@ FROM alpine:3.17.3 -RUN apk add --update --no-cache python3 py3-pip nginx nginx-mod-http-lua +RUN apk add --update --no-cache python3=3.10.13-r0 py3-pip nginx nginx-mod-http-lua -RUN pip3 install connexion[swagger-ui] +RUN pip3 install Flask==2.2.5 connexion[swagger-ui,flask,uvicorn] WORKDIR /usr/src/app @@ -44,4 +45,3 @@ USER ${user} RUN chmod +x src/start.sh CMD src/start.sh ${A1_VERSION} -