Also for the apt-get update fix unstable interface with apt

This commit is contained in:
Macleykun
2022-06-12 14:50:08 +02:00
parent 1107f0e9e2
commit 7413bf57ab

View File

@@ -3,7 +3,7 @@ FROM debian:buster-slim
ARG dir="/home/pi/pialert" ARG dir="/home/pi/pialert"
#Update and reduce image size #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 \ && 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-get install curl arp-scan -y \ && apt-get install curl arp-scan -y \