Suppress debconf frontend warnings in Dockerfile

This commit is contained in:
Graham McIntire 2026-02-20 10:17:12 -06:00
parent 2e3fc1234b
commit 84e883701d
No known key found for this signature in database

View file

@ -42,6 +42,7 @@ RUN mix compile && \
# Runtime stage
FROM ${RUNNER_IMAGE}
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && \
apt-get install -y --no-install-recommends \
libstdc++6 openssl libncurses6 locales ca-certificates && \