mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Fix WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
This commit is contained in:
@@ -4,9 +4,9 @@ ARG dir="/home/pi/pialert"
|
|||||||
|
|
||||||
#Update and reduce image size
|
#Update and reduce image size
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install --no-install-recommends apt-utils cron sudo lighttpd php php-cgi php-fpm php-sqlite3 sqlite3 dnsutils net-tools python iproute2 -y \
|
&& 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
|
#Install without the --no-install-recommends flag
|
||||||
&& apt install curl arp-scan -y \
|
&& apt-get install curl arp-scan -y \
|
||||||
#clean-up
|
#clean-up
|
||||||
&& apt clean autoclean \
|
&& apt clean autoclean \
|
||||||
&& apt autoremove
|
&& apt autoremove
|
||||||
|
|||||||
Reference in New Issue
Block a user