Skip to content

Commit

Permalink
FEAT: require 'ps' command to be available. (viash-hub#45)
Browse files Browse the repository at this point in the history
* FEAT: require 'ps' command to be available.

* Move to root of config

* Add 'ps' to falco.
  • Loading branch information
DriesSchaumont authored May 6, 2024
1 parent 53a1a7f commit 954a6d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion _viash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ links:
issue_tracker: https://github.com/viash-hub/biobase/issues
repository: https://github.com/viash-hub/biobase

viash_version: 0.9.0-RC2
viash_version: 0.9.0-RC2

config_mods: |
.requirements.commands := ['ps']
2 changes: 1 addition & 1 deletion src/falco/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ engines:
image: debian:trixie-slim
setup:
- type: apt
packages: [wget, build-essential, g++, zlib1g-dev]
packages: [wget, build-essential, g++, zlib1g-dev, procps]
- type: docker
run: |
wget https://github.com/smithlabcode/falco/releases/download/v1.2.2/falco-1.2.2.tar.gz -O /tmp/falco.tar.gz && \
Expand Down

0 comments on commit 954a6d0

Please sign in to comment.