Skip to content

Commit 9ea7e57

Browse files
committed
Install appstream for appstreamcli
1 parent 0dca7d5 commit 9ea7e57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/Dockerfile.trixie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get -y --no-install-recommends -V full-upgrade
55
RUN apt-get -y --no-install-recommends -V install apt-utils
66

77
RUN apt-get -y --no-install-recommends -V install \
8-
appstream-util \
8+
appstream \
99
bash-completion \
1010
desktop-file-utils \
1111
doxygen \

ubuntu/Dockerfile.noble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get -y --no-install-recommends -V full-upgrade
55
RUN apt-get -y --no-install-recommends -V install apt-utils
66

77
RUN apt-get -y --no-install-recommends -V install \
8-
appstream-util \
8+
appstream \
99
bash-completion \
1010
desktop-file-utils \
1111
doxygen \

0 commit comments

Comments
 (0)