Skip to content

Commit

Permalink
Bring back locale used in portal and admin
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi authored Dec 18, 2024
1 parent 70ee116 commit ec4749f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions containers/pfdebian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,10 @@ RUN curl -fsSL https://inverse.ca/downloads/GPG_PUBLIC_KEY | gpg --dearmor -o /e
# Install Deps
RUN /usr/local/pf/addons/dev-helpers/debian/install-pf-dependencies.sh && \
rm -f /usr/local/fingerbank/db/fingerbank_*.db && \
apt-get -qq --no-install-recommends install -y freeradius-common && \
apt-get -qq --no-install-recommends -y install localepurge && \
printf '#USE_DPKG\nMANDELETE\nDONTBOTHERNEWLOCALE\n#SHOWFREEDSPACE\n#QUICKNDIRTYCALC\n#VERBOSE\nen' > /etc/locale.nopurge && \
/usr/sbin/localepurge
apt-get -qq --no-install-recommends install -y freeradius-common

# Clean
RUN apt-get -qq remove --purge -y locales-all localepurge && \
apt-get clean && \
rm -rf /etc/locale.nopurge && \
find /usr/share/doc -depth -type f ! -name copyright -exec rm {} \; && \
RUN find /usr/share/doc -depth -type f ! -name copyright -exec rm {} \; && \
find /usr/share/doc -type d -empty -delete && \
rm -rf /usr/share/groff/* /usr/share/info/* && \
rm -rf /usr/share/lintian/* /usr/share/linda/* /var/cache/man/*
Expand Down

0 comments on commit ec4749f

Please sign in to comment.