Skip to content

Commit

Permalink
horus-unstable: Add the icon theme by default
Browse files Browse the repository at this point in the history
Some packages like Files actually requires the default icon theme to be present.
  • Loading branch information
tintou authored and danirabbit committed Feb 22, 2023
1 parent 8fa5c28 commit 99c6f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horus-unstable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends elementary-os-overlay && \
apt-get update && \
apt-get -y dist-upgrade && \
apt-get install --no-install-recommends -y elementary-sdk && \
apt-get install --no-install-recommends -y elementary-sdk elementary-icon-theme && \
apt-get -y autoremove && \
apt-get autoclean && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 99c6f80

Please sign in to comment.