Skip to content
Snippets Groups Projects
Commit 83ab3ea3 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

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 d7515686
No related branches found
No related tags found
No related merge requests found
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment