libfuse2 isn't needed any more

This commit is contained in:
TheAssassin 2018-07-01 14:12:05 +02:00
parent e567c568bb
commit 5ce90f8906
1 changed files with 1 additions and 1 deletions

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
"