Skip to content

Commit

Permalink
Added lsof.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Apr 7, 2019
1 parent fd0b656 commit ebf6cc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ LABEL Maintainer="Alex Skrypnyk <[email protected]>"

# Install git and ssh.
RUN apt-get update -qq \
&& apt-get install -y git ssh zip unzip vim lynx curl aspell-en jq
&& apt-get install -y git ssh lsof zip unzip vim lynx curl aspell-en jq

RUN git --version \
&& ssh -V \
&& lsof -v \
&& zip --version \
&& unzip -v \
&& vim --version \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Docker image for CI Builder container

It contains several tools required to run docker-based builds:
- git
- lsof
- lynx
- curl
- vim
Expand Down
6 changes: 6 additions & 0 deletions goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,9 @@ command:
stderr: []
timeout: 10000

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

0 comments on commit ebf6cc6

Please sign in to comment.