Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit b6339a6

Browse files
authored
Merge pull request #53 from runejuhl/missing-icons
2 parents 0770281 + ca63844 commit b6339a6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN \
1313
libvorbis \
1414
pango \
1515
wget && \
16+
pacman -Sy --noconfirm --assume-installed=kwayland,frameworkintegration,kirigami2 \
17+
breeze && \
1618
echo "**** prep abc user ****" && \
1719
usermod -s /bin/bash abc && \
1820
echo '%abc ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/abc && \

Dockerfile.aarch64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN \
1313
libvorbis \
1414
pango \
1515
wget && \
16+
pacman -Sy --noconfirm --assume-installed=kwayland,frameworkintegration,kirigami2 \
17+
breeze && \
1618
echo "**** prep abc user ****" && \
1719
usermod -s /bin/bash abc && \
1820
echo '%abc ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/abc && \

Dockerfile.armhf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN \
1313
libvorbis \
1414
pango \
1515
wget && \
16+
pacman -Sy --noconfirm --assume-installed=kwayland,frameworkintegration,kirigami2 \
17+
breeze && \
1618
echo "**** prep abc user ****" && \
1719
usermod -s /bin/bash abc && \
1820
echo '%abc ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/abc && \

0 commit comments

Comments
 (0)