Skip to content

Commit

Permalink
procps
Browse files Browse the repository at this point in the history
  • Loading branch information
bcollard committed Mar 4, 2024
1 parent b3ac274 commit bbf00cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian

RUN apt-get update && apt-get install vim net-tools dnsutils netcat-traditional traceroute curl wget psutils --yes
RUN apt-get update && apt-get install vim net-tools dnsutils netcat-traditional traceroute curl wget psutils procps --yes
RUN echo "alias ll='ls -al --color'" > /root/.bashrc

ADD wait.sh /
Expand Down

0 comments on commit bbf00cf

Please sign in to comment.