Skip to content

Commit

Permalink
[#9]: Add some basic tools to the container (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
DistroByte authored Aug 21, 2023
1 parent 5553462 commit 6d6f278
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ WORKDIR /root
COPY build-files build-files
RUN cat build-files/.bashrc >> /root/.bashrc

RUN apt update && apt install -y python3 python-is-python3 python3-pip pipx
RUN apt update && apt install -y curl \
dnsutils \
net-tools \
nmap \
python3 \
python-is-python3 \
python3-pip \
pipx \
vim

RUN pipx install --include-deps ansible

Expand Down

0 comments on commit 6d6f278

Please sign in to comment.