|
@@ -19,7 +19,7 @@ ADD etc/cron.d/freeradius-cron /etc/cron.d/freeradius-cron
|
|
|
RUN chmod 0644 /etc/cron.d/freeradius-cron; \
|
|
|
touch /var/log/cron.log; \
|
|
|
chmod -R 755 /etc/freeradius/; \
|
|
|
- useradd -s /bin/false freeradius; useradd -s /bin/false freerad; chown freerad.freerad /var/log/freeradius/; \
|
|
|
+ useradd -s /bin/false freeradius; chown freerad.freerad /var/log/freeradius/; \
|
|
|
echo "ALL ALL=NOPASSWD: /bin/kill" >> /etc/sudoers; \
|
|
|
rm /etc/apt/apt.conf.d/00aptproxy; \
|
|
|
rm -rf /var/lib/apt/lists/*
|