mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Also for the apt-get update fix unstable interface with apt
This commit is contained in:
@@ -3,7 +3,7 @@ FROM debian:buster-slim
|
||||
ARG dir="/home/pi/pialert"
|
||||
|
||||
#Update and reduce image size
|
||||
RUN apt update \
|
||||
RUN apt-get update \
|
||||
&& apt-get install --no-install-recommends apt-utils cron sudo lighttpd php php-cgi php-fpm php-sqlite3 sqlite3 dnsutils net-tools python iproute2 -y \
|
||||
#Install without the --no-install-recommends flag
|
||||
&& apt-get install curl arp-scan -y \
|
||||
|
||||
Reference in New Issue
Block a user