mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
--no-install-recommends
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user