Trying to add fuse so that I can use .appimage for installing logseq.

This commit is contained in:
colin 2023-11-12 23:07:25 +00:00
parent f1bb5e9403
commit f85e09da85
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ RUN apt-get update && apt-get install -y \
golang-go \
libvulkan1 \
chromium-browser \
fuse \
libfuse2 \
&& rm -rf /var/lib/apt/lists/* && \
mkdir -p /root/.ssh/ && \
chmod 600 /root/.ssh