Skip to content

Commit

Permalink
Added procps.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Mar 4, 2024
1 parent 95baa2a commit 99d84a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN apt-get update -qq \
lsof \
lynx \
openssh-client \
procps \
rsync \
tree \
unzip \
Expand Down
7 changes: 7 additions & 0 deletions goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,13 @@ command:
stderr: []
timeout: 10000

which ps:
exit-status: 0
stdout:
- /usr/bin/ps
stderr: []
timeout: 10000

which pygmy:
exit-status: 0
stdout:
Expand Down

0 comments on commit 99d84a0

Please sign in to comment.