Skip to content

Commit

Permalink
Make it work
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Jan 16, 2025
1 parent be0a6c1 commit f3b9f32
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ RUN set -ex; \
rsync \
fuse \
py3-llfuse \
jq \
alpine-conf \
nautilus \
xterm \
eog \
gedit \
vlc
vlc \
font-terminus font-inconsolata font-dejavu font-noto font-noto-cjk font-awesome font-noto-extra font-liberation; \
setup-desktop gnome; \
rc-update add apk-polkit-server default
# TODO: add further dependencies like e.g. grsync onlyoffice-desktopeditors
# https://gitlab.alpinelinux.org/alpine/aports/-/issues/16847
# https://gitlab.alpinelinux.org/alpine/aports/-/issues/14535

0 comments on commit f3b9f32

Please sign in to comment.