Skip to content

Commit

Permalink
allow no runtime apt installs needed
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 22, 2023
1 parent 5383485 commit b1a061b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ibek/support_cmds/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def apt_install(
if only is AptWhen.run:
return

if runtime:
if runtime and RUNTIME_DEBS.exists():
debs += RUNTIME_DEBS.read_text().split()

for i, pkg in enumerate(debs):
Expand Down

0 comments on commit b1a061b

Please sign in to comment.