@samitouri / QOSami-HFS / commits / b214ecdd

disable automatic updates in docker image

Massimo Melina committed Feb 14, 2026 at 18:50 UTC b214ecddddeee1cc52b6cf5b6a40b0d67487d25c
1 file changed +1
Dockerfile
+1
@@ -25,6 +25,7 @@ RUN cat <<'EOF' > /opt/hfs/docker-entrypoint.sh \
25 && chmod +x /opt/hfs/docker-entrypoint.sh
26 #!/bin/sh
27 set -e
28 +export DISABLE_UPDATE=1
29
30 bootstrap_config() {
31 cwd="$1"