Skip to content

Commit

Permalink
Revert "Reinstall python3-impacket with example"
Browse files Browse the repository at this point in the history
Files not there

This reverts commit 9e81d43.
  • Loading branch information
JeGoi committed Dec 20, 2024
1 parent 9e81d43 commit a222340
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions containers/pfdebian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ RUN find /usr/share/doc -depth -type f ! -name copyright -exec rm {} \; && \
rm -rf /usr/share/groff/* /usr/share/info/* && \
rm -rf /usr/share/lintian/* /usr/share/linda/* /var/cache/man/*

# Resinstall impacket to be remove later
RUN apt-get -qq reinstall python3-impacket -y && \
ls -la /usr/share/doc/python3-impacket/examples

RUN useradd -U -r -d "/usr/local/pf" -s /bin/sh -c "PacketFence" -M pf

RUN mkdir -p /usr/local/pf/lib/ && \
Expand Down

0 comments on commit a222340

Please sign in to comment.