diff --git a/Dockerfile b/Dockerfile index 247dd6f..ef1af6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN cd ${IOC} && make FROM developer AS runtime_prep # get the products from the build stage and reduce to runtime assets only -RUN ibek ioc extract-runtime-assets /assets ${SOURCE_FOLDER}/ibek* +RUN ibek ioc extract-runtime-assets /assets ${SOURCE_FOLDER}/ibek* /usr/local/lib/x86_64-linux-gnu ##### runtime stage ############################################################