diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index fec18e02..0dcf480c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -73,7 +73,7 @@ ENV PHP_FPM_CONFIG_FILE=/etc/php83/php-fpm.conf ENV PHP_WWW_CONF_FILE=/etc/php83/php-fpm.d/www.conf ENV SYSTEM_SERVICES=/services -RUN apk update --no-cache bash libbsd zip lsblk gettext-envsubst sudo mtr tzdata curl arp-scan iproute2 \ +RUN apk add --no-cache bash libbsd zip lsblk gettext-envsubst sudo mtr tzdata curl arp-scan iproute2 \ iproute2-ss nmap nmap-scripts traceroute nbtscan openrc dbus net-tools net-snmp-tools bind-tools awake \ ca-certificates sqlite php83 php83-fpm php83-cgi php83-curl php83-sqlite3 php83-session python3 nginx sudo && \ rm -rf /var/cache/apk/* && \ diff --git a/.gitignore b/.gitignore index 3c60e5ea..bf06f085 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ deviceid .git-placeholder .DS_Store +.cache config/* .ash_history .VERSION diff --git a/Dockerfile b/Dockerfile index be20cfc4..a0fb592e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ ENV PHP_FPM_CONFIG_FILE=/etc/php83/php-fpm.conf ENV PHP_WWW_CONF_FILE=/etc/php83/php-fpm.d/www.conf ENV SYSTEM_SERVICES=/services -RUN apk update --no-cache bash libbsd zip lsblk gettext-envsubst sudo mtr tzdata curl arp-scan iproute2 \ +RUN apk add --no-cache bash libbsd zip lsblk gettext-envsubst sudo mtr tzdata curl arp-scan iproute2 \ iproute2-ss nmap nmap-scripts traceroute nbtscan openrc dbus net-tools net-snmp-tools bind-tools awake \ ca-certificates sqlite php83 php83-fpm php83-cgi php83-curl php83-sqlite3 php83-session python3 nginx sudo && \ rm -rf /var/cache/apk/* && \