Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjiTrapp committed Dec 26, 2023
1 parent 38b429f commit ab3206d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Expand Up @@ -66,10 +66,8 @@ RUN apt-get install -y --no-install-recommends --allow-unauthenticated kali-linu
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/*

RUN pip3 install --break-system-package --no-cache-dir --upgrade pip

# && \
# pip3 install --break-system-package --no-cache-dir #awscli boto3 pacu trufflehog endgame roadlib roadrecon #roadtx
RUN pip3 install --break-system-package --no-cache-dir --upgrade pip && \
pip3 install --break-system-package --no-cache-dir jupyterlab

COPY containerfiles/entrypoint.sh /entrypoint.sh
COPY containerfiles/bashrc.sh /bashrc.sh
Expand Down

0 comments on commit ab3206d

Please sign in to comment.