fix: add fuse dependency for AppImage support
This commit is contained in:
parent
6cbdcaed21
commit
7815b54d63
@ -20,6 +20,7 @@ RUN apt-get update -qq \
|
|||||||
perl \
|
perl \
|
||||||
jq \
|
jq \
|
||||||
git \
|
git \
|
||||||
|
fuse \
|
||||||
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
|
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
|
||||||
&& apt-get install -y --no-install-recommends nodejs \
|
&& apt-get install -y --no-install-recommends nodejs \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user