Docker: Add avahi-utils to ARMv7 images #2470
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
52abfebced
commit
7e35d4a6e6
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ RUN echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80retries && \
|
|||
echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/80forceyes && \
|
||||
echo 'APT::Get::Fix-Missing "true";' > /etc/apt/apt.conf.d/80fixmissing && \
|
||||
apt-get update && apt-get -qq upgrade && apt-get -qq install --no-install-recommends \
|
||||
apt-utils gpg pkg-config software-properties-common ca-certificates \
|
||||
apt-utils gpg pkg-config software-properties-common ca-certificates avahi-utils \
|
||||
build-essential gcc g++ sudo bash make nano lsof lshw git jq \
|
||||
autoconf automake cmake libtool libjpeg8 libjpeg8-dev \
|
||||
zip unzip wget curl rsync sqlite3 chrpath gettext libc6-dev \
|
||||
|
|
|
@ -102,7 +102,7 @@ RUN echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80retries && \
|
|||
echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/80forceyes && \
|
||||
echo 'APT::Get::Fix-Missing "true";' > /etc/apt/apt.conf.d/80fixmissing && \
|
||||
apt-get update && apt-get -qq upgrade && apt-get -qq install --no-install-recommends \
|
||||
libc6 ca-certificates sudo bash tzdata \
|
||||
libc6 ca-certificates sudo bash tzdata avahi-utils \
|
||||
gpg zip unzip wget curl rsync make nano \
|
||||
jq lsof lshw sqlite3 mariadb-client imagemagick \
|
||||
exiftool rawtherapee librsvg2-bin \
|
||||
|
|
Loading…
Reference in a new issue