I want to buld this docker image but
it fails with a timeout at RUN mix local.hex --force
Maybe it’s just a maintenance window, but the status page is all green and i see no notice of a maintenance window on the blog…
FROM elixir:1.20.1-otp-29-alpine AS builder
# Install build dependencies
RUN apk add --no-cache build-base git nodejs npm
WORKDIR /app
# Install hex and rebar
RUN mix local.hex --force && mix local.rebar --force






















