Trying to add fuse so that I can use .appimage for installing logseq.
This commit is contained in:
parent
f1bb5e9403
commit
f85e09da85
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue