Commit b5b053de authored by Raphael Defosseux's avatar Raphael Defosseux

fix(docker): phySim image was always built on the latest of develop branch and...

fix(docker): phySim image was always built on the latest of develop branch and not current code for merge requests
Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent ca82ca55
......@@ -27,6 +27,10 @@
FROM ran-base:latest AS phy-sim-build
RUN rm -Rf /oai-ran
WORKDIR /oai-ran
COPY . .
#run build_oai to build the target image
RUN /bin/sh oaienv && \
cd cmake_targets && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment