Skip to content

Commit

Permalink
fix passing of aravis lib to runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 28, 2024
1 parent 3d32f68 commit cfc1213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ############################################################

Expand Down

0 comments on commit cfc1213

Please sign in to comment.