Skip to content

Commit

Permalink
Reinstall python3-impacket with example
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi committed Dec 20, 2024
1 parent ec4749f commit 9e81d43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions containers/pfdebian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ 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 9e81d43

Please sign in to comment.