Skip to content

Commit

Permalink
fix aravis library
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 27, 2023
1 parent 5ad119f commit 19203c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ FROM ${REGISTRY}/epics-base-${TARGET_ARCHITECTURE}-runtime:${BASE} AS runtime
COPY --from=developer /venv /venv
# add products from build stage
COPY --from=runtime_prep /min_files /
# get the Aravis library we built
COPY --from=developer /usr/local/lib/x86_64-linux-gnu/libaravis-0.8.so.0 /usr/local/lib/x86_64-linux-gnu/

# install runtime system dependencies, collected from install.sh scripts
RUN ibek support apt-install --runtime
Expand Down
2 changes: 1 addition & 1 deletion ioc/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set -x -e

# environment setup ************************************************************

TOP=/repos/epics/ioc
TOP=/epics/ioc
cd ${TOP}
CONFIG_DIR=${TOP}/config
THIS_SCRIPT=$(realpath ${0})
Expand Down

0 comments on commit 19203c2

Please sign in to comment.