1
0
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:
TheAssassin
2018-07-01 14:12:05 +02:00
parent e567c568bb
commit 5ce90f8906

View File

@@ -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
"