dockerfile update

This commit is contained in:
Graham McIntire 2025-06-15 14:06:46 -05:00
parent 5710020393
commit 4254b4942d

View file

@ -62,6 +62,7 @@ RUN mix release
FROM ${RUNNER_IMAGE}
# Install security updates and required packages
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends \