Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 3a1114f

Browse files
committed
ark: Add mount support for vine desktops
1 parent 1197435 commit 3a1114f

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

templates/vine/desktop/Dockerfile.archlinux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ RUN yay -Sy --noconfirm \
220220
nm-connection-editor \
221221
picom \
222222
plank \
223+
s3fs-fuse \
223224
sqlite \
224225
thunar thunar-archive-plugin thunar-volman \
225226
tumbler \

templates/vine/desktop/Dockerfile.rockylinux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ RUN dnf install -y --enablerepo raven \
193193
openssh-askpass \
194194
picom \
195195
plank \
196+
s3fs-fuse \
196197
sqlite \
197198
Thunar thunar-archive-plugin thunar-volman \
198199
tumbler \

templates/vine/desktop/Dockerfile.ubuntu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ RUN apt-get update && apt-get install -y \
179179
network-manager-gnome \
180180
picom \
181181
plank \
182+
s3fs \
182183
sqlite \
183184
ssh-askpass \
184185
thunar thunar-archive-plugin thunar-volman \

templates/vine/desktop/Dockerfile.ubuntu-pytorch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ RUN apt-get update && apt-get install -y \
178178
network-manager-gnome \
179179
picom \
180180
plank \
181+
s3fs \
181182
sqlite \
182183
ssh-askpass \
183184
thunar thunar-archive-plugin thunar-volman \

templates/vine/desktop/Dockerfile.ubuntu2004

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ RUN apt-get update && apt-get install -y \
140140
network-manager \
141141
network-manager-gnome \
142142
plank \
143+
s3fs \
143144
sqlite \
144145
ssh-askpass \
145146
thunar thunar-archive-plugin thunar-volman \

0 commit comments

Comments
 (0)