We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad744a commit cbfc05aCopy full SHA for cbfc05a
1 file changed
Dockerfile.aarch64
@@ -22,7 +22,6 @@ RUN \
22
apt-get update && \
23
DEBIAN_FRONTEND=noninteractive \
24
apt-get install --no-install-recommends -y \
25
- cargo \
26
chromium \
27
dolphin \
28
gwenview \
@@ -43,12 +42,6 @@ RUN \
43
42
plasma-workspace \
44
qml-module-qt-labs-platform \
45
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/ && \
52
echo "**** application tweaks ****" && \
53
sed -i \
54
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
0 commit comments