mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Some Podman's FUSE fixes
This commit is contained in:
parent
d8ba544e97
commit
ff431942ef
@ -31,7 +31,6 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
|
||||
intltool \
|
||||
libc6-dev-i386 \
|
||||
libexpat-dev \
|
||||
libfuse-dev \
|
||||
libfuse3-dev \
|
||||
libfontconfig1-dev \
|
||||
libgmp-dev \
|
||||
|
||||
@ -218,7 +218,7 @@ ubuntu()
|
||||
sudo "$2" update
|
||||
echo "Installing required packages..."
|
||||
sudo "$2" install \
|
||||
podman curl git make fuse fuse-overlayfs slirp4netns
|
||||
podman curl git make fuse3 fuse-overlayfs slirp4netns
|
||||
if [ "$1" == "qemu" ]; then
|
||||
if [ -z "$(which qemu-system-x86_64)" ]; then
|
||||
echo "Installing QEMU..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user