Explorar el Código

Dockerfile updated

Espinoza Guillermo hace 6 años
padre
commit
437800bc62
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -17,6 +17,7 @@ RUN echo Acquire::http::Proxy "http://aptcache.infra.flowdat.com/"; > /etc/apt/a
     chmod 0644 /etc/cron.d/freeradius-cron; \
     touch /var/log/cron.log; \
     echo "ALL ALL=NOPASSWD: /bin/kill" >> /etc/sudoers; \
+    freerad --home /etc/freeradius --disabled-password --no-create-home ; \
     chmod -R 755 /etc/freeradius/; \
     useradd -s /bin/false freeradius; \
     chown freerad.freerad /var/log/freeradius/; \