File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-ubuntunoble
1+ FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-ubunturesolute
22
33# set version label
44ARG BUILD_DATE
2222 apt-get update && \
2323 DEBIAN_FRONTEND=noninteractive \
2424 apt-get install --no-install-recommends -y \
25+ cargo \
2526 chromium \
2627 dolphin \
2728 gwenview \
4243 plasma-workspace \
4344 qml-module-qt-labs-platform \
4445 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/ && \
4552 echo "**** application tweaks ****" && \
4653 sed -i \
4754 's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
6370COPY /root /
6471
6572# ports and volumes
66- EXPOSE 3000
73+ EXPOSE 3001
6774VOLUME /config
You can’t perform that action at this time.
0 commit comments