Skip to content

Commit

Permalink
add xfce plugins and gvfs utils
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   Dockerfile.tws.template
  • Loading branch information
gnzsnz committed Dec 4, 2023
1 parent 69ce4a8 commit f80786f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.tws.template
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN \
apt-get update -y && \
apt-get install --no-install-recommends --yes socat sshpass gettext-base \
libnspr4 libnss3 libcrypto++8 xdg-utils && \
libnspr4 libnss3 libcrypto++8 xdg-utils xfce4-cpugraph-plugin \
xfce4-netload-plugin xfce4-taskmanager xfce4-xkb-plugin xfce4-notes \
gvfs gvfs-backends gvfs-fuse && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* # end

Expand Down

0 comments on commit f80786f

Please sign in to comment.