diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de5c465..e4130ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ before_script: build-essential \ curl \ flex \ - fuse \ + fuse3 \ git \ libfuse-dev \ nasm \ diff --git a/bootstrap.sh b/bootstrap.sh index f116b77..10c1e0c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -389,6 +389,7 @@ ubuntu() doxygen \ file \ flex \ + fuse3 \ g++ \ genisoimage \ git \ diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index 9d54500..53d4e70 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -12,7 +12,7 @@ RUN apt-get update \ curl \ file \ flex \ - fuse \ + fuse3 \ genisoimage \ git \ gperf \