Skip to content

Commit

Permalink
switch to new apt-install semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 19, 2024
1 parent 9fe8f7c commit ae9bd68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ COPY requirements.txt requirements.txt
RUN pip install --upgrade -r requirements.txt

# install runtime system dependencies, collected from install.sh scripts
RUN ibek support runtime-apt-install
RUN ibek support apt-install-runtime-packages --skip-non-native

ENTRYPOINT ["bash", "-c", "${IOC}/start.sh"]

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ibek==1.7.3b1
ibek==1.8.0b1
# to install direct from github during development in a branch
# git+https://github.com/epics-containers/ibek.git@fix-extract-assets

0 comments on commit ae9bd68

Please sign in to comment.