mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Merge branch 'fuse3-everywhere' into 'master'
Use `fusermount3` everywhere See merge request redox-os/redox!1426
This commit is contained in:
commit
be4db6b213
@ -15,7 +15,7 @@ before_script:
|
||||
build-essential \
|
||||
curl \
|
||||
flex \
|
||||
fuse \
|
||||
fuse3 \
|
||||
git \
|
||||
libfuse-dev \
|
||||
nasm \
|
||||
|
||||
@ -389,6 +389,7 @@ ubuntu()
|
||||
doxygen \
|
||||
file \
|
||||
flex \
|
||||
fuse3 \
|
||||
g++ \
|
||||
genisoimage \
|
||||
git \
|
||||
|
||||
@ -12,7 +12,7 @@ RUN apt-get update \
|
||||
curl \
|
||||
file \
|
||||
flex \
|
||||
fuse \
|
||||
fuse3 \
|
||||
genisoimage \
|
||||
git \
|
||||
gperf \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user