Skip to content

Commit

Permalink
Clean package index on pfdebian container
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi committed Oct 2, 2024
1 parent 41bfd31 commit 4a93fc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/pfdebian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN curl -fsSL https://inverse.ca/downloads/GPG_PUBLIC_KEY | gpg --dearmor -o /e

RUN /usr/local/pf/addons/dev-helpers/debian/install-pf-dependencies.sh && \
rm -f /usr/local/fingerbank/db/fingerbank_*.db && \
apt-get -qq install -y freeradius-common
apt-get -qq install -y freeradius-common && \
apt-get clean

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

Expand Down

0 comments on commit 4a93fc3

Please sign in to comment.