Skip to content

Commit cbfc05a

Browse files
committed
do not apply clipboard fixes to arm
1 parent 7ad744a commit cbfc05a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Dockerfile.aarch64

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN \
2222
apt-get update && \
2323
DEBIAN_FRONTEND=noninteractive \
2424
apt-get install --no-install-recommends -y \
25-
cargo \
2625
chromium \
2726
dolphin \
2827
gwenview \
@@ -43,12 +42,6 @@ RUN \
4342
plasma-workspace \
4443
qml-module-qt-labs-platform \
4544
systemsettings && \
46-
cargo install \
47-
wl-clipboard-rs-tools && \
48-
echo "**** replace wl-clipboard with rust ****" && \
49-
mv \
50-
/config/.cargo/bin/wl-* \
51-
/usr/bin/ && \
5245
echo "**** application tweaks ****" && \
5346
sed -i \
5447
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \

0 commit comments

Comments
 (0)