docker tweak

This commit is contained in:
Graham McIntire 2026-01-25 11:20:46 -06:00
parent dc32e16c68
commit 86cac2b567
No known key found for this signature in database

View file

@ -81,7 +81,6 @@ RUN mix release
FROM ${RUNNER_IMAGE} AS final
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates iputils-ping snmp \
&& rm -rf /var/lib/apt/lists/*