disabling Telemetry did not help the Docker build

This commit is contained in:
Gavin McDonald
2025-05-20 08:33:12 -04:00
parent 161e2a5476
commit 52e60aa7ad
4 changed files with 18 additions and 18 deletions

View File

@@ -47,8 +47,8 @@ defmodule Labelmaker.MixProject do
app: false,
compile: false,
depth: 1},
# {:telemetry_metrics, "~> 1.0"},
# {:telemetry_poller, "~> 1.0"},
{:telemetry_metrics, "~> 1.0"},
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.26"},
{:jason, "~> 1.2"},
{:dns_cluster, "~> 0.1.1"},