mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
libfuse2 isn't needed any more
This commit is contained in:
@@ -7,6 +7,6 @@ REPO_ROOT=$(readlink -f $(dirname "$0")/../..)
|
||||
docker run --rm -it -e NO_CLEANUP=1 -e CI=1 --device /dev/fuse:mrw -v $(readlink -f .):/ws openrct2/openrct2:ubuntu_amd64 bash -xc "
|
||||
cd /ws
|
||||
apt-get update
|
||||
apt-get install -y wget libfuse2
|
||||
apt-get install -y wget
|
||||
bash -xe scripts/linux/build-appimage.sh
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user