added missing dep for icons

This commit is contained in:
Alex Phillips 2023-01-20 07:35:58 -05:00
parent 8b458e6fba
commit 2f284dc6f1
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ ENV TITLE=DigiKam
RUN \
echo "**** install runtime packages ****" && \
pacman -Sy --noconfirm --needed \
breeze-icons \
digikam \
firefox \
mariadb \

View File

@ -13,6 +13,7 @@ ENV TITLE=DigiKam
RUN \
echo "**** install runtime packages ****" && \
pacman -Sy --noconfirm --needed \
breeze-icons \
digikam \
firefox \
mariadb \

View File

@ -13,6 +13,7 @@ ENV TITLE=DigiKam
RUN \
echo "**** install runtime packages ****" && \
pacman -Sy --noconfirm --needed \
breeze-icons \
digikam \
firefox \
mariadb \