Skip to content

Commit

Permalink
Add more dependencies to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Aug 4, 2023
1 parent a14411c commit 42fd9f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
FROM debian:bookworm-slim
FROM debian:bookworm

# Update sources
RUN apt-get update --yes

# Install humanscript dependencies
RUN apt-get install --yes openssl curl jq

# Install common utilities that humanscripts or humans might want to use
RUN apt-get install --yes moreutils wget parallel nano vim rsync git telnet ssh tree file yq pv bc rename xmlstarlet jo nmap netcat-openbsd net-tools

COPY humanscript /bin/humanscript

WORKDIR /data

0 comments on commit 42fd9f6

Please sign in to comment.