Skip to content

Commit

Permalink
add lsof
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Sep 5, 2023
1 parent a0f1b41 commit 76d2c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN chmod g+rw /home && \

RUN apt-get update && \
apt-get install -y git openssh-client bash nano libsecret-1-0 dnsutils \
grep vim tree p7zip figlet curl bash-completion unzip ca-certificates gnupg jq mariadb-client && \
grep vim tree p7zip figlet curl bash-completion unzip ca-certificates gnupg jq mariadb-client lsof && \
install -m 0755 -d /etc/apt/keyrings && \
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg && \
chmod a+r /etc/apt/keyrings/docker.gpg && \
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/webshell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: webshell
description: A Helm chart to deploy a webshell environment
type: application
version: 0.4.7
appVersion: "0.4.7"
version: 0.4.8
appVersion: "0.4.8"

0 comments on commit 76d2c7d

Please sign in to comment.