--no-install-recommends

This commit is contained in:
Alexandre
2025-02-14 11:14:09 +01:00
committed by GitHub
parent e1e159492f
commit 450bcae229

View File

@@ -19,7 +19,7 @@ ARG BUILD_FROM
FROM ${BUILD_FROM}
# Install locales
RUN apt-get update && apt-get install -y locales && locale-gen en_US.UTF-8
RUN apt-get update && apt-get install --no-install-recommends -y locales && locale-gen en_US.UTF-8
ENV DEBIAN_FRONTEND="noninteractive" \
BIRDNET_USER="pi" \
USER="pi" \