Skip to content

Commit c8294a1

Browse files
committed
actually bump aarch64 to resolute
1 parent cbfc05a commit c8294a1

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Dockerfile.aarch64

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-ubuntunoble
1+
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-ubunturesolute
22

33
# set version label
44
ARG BUILD_DATE
@@ -22,6 +22,7 @@ RUN \
2222
apt-get update && \
2323
DEBIAN_FRONTEND=noninteractive \
2424
apt-get install --no-install-recommends -y \
25+
cargo \
2526
chromium \
2627
dolphin \
2728
gwenview \
@@ -42,6 +43,12 @@ RUN \
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' \
@@ -63,5 +70,5 @@ RUN \
6370
COPY /root /
6471

6572
# ports and volumes
66-
EXPOSE 3000
73+
EXPOSE 3001
6774
VOLUME /config

0 commit comments

Comments
 (0)