From 4cfd291925fb79232ed1f1012e08d994eb10e7da Mon Sep 17 00:00:00 2001 From: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com> Date: Tue, 7 May 2024 09:34:19 +0200 Subject: [PATCH] FEAT: require 'ps' command to be available. (#10) --- _viash.yaml | 3 +++ src/io/untar/config.vsh.yaml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/_viash.yaml b/_viash.yaml index e5e310d..3730987 100644 --- a/_viash.yaml +++ b/_viash.yaml @@ -8,3 +8,6 @@ links: repository: https://github.com/viash-hub/demultiplex.vsh viash_version: 0.9.0-RC3 + +config_mods: | + .requirements.commands := ['ps'] \ No newline at end of file diff --git a/src/io/untar/config.vsh.yaml b/src/io/untar/config.vsh.yaml index a8ac4ac..857c5b1 100644 --- a/src/io/untar/config.vsh.yaml +++ b/src/io/untar/config.vsh.yaml @@ -34,6 +34,10 @@ test_resources: engines: - type: docker image: debian:stable-slim + setup: + - type: apt + packages: + - procps runners: - type: executable