🔃 Sync Hub v0.41

This commit is contained in:
jokob-sk
2024-06-04 17:47:00 +10:00
parent 02eafadf15
commit 44bf47edc2
3 changed files with 11 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ COPY --chmod=775 --chown=${USER_ID}:${USER_GID} . ${INSTALL_DIR}/
# ❗ IMPORTANT - if you modify this file modify the /install/install_dependecies.debian.sh file as well ❗
# Install gcc and other necessary build tools
RUN apt-get update \
&& apt-get install -y build-essential
RUN apt-get install -y \
tini snmp ca-certificates curl libwww-perl arp-scan perl apt-utils cron sudo \
nginx-light php php-cgi php-fpm php-sqlite3 php-curl sqlite3 dnsutils net-tools \