From d35a688f6c0039d2fb1afae992e0c91912265ca5 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 28 Oct 2018 07:49:26 +0100 Subject: [PATCH] [Docker] revert adding libcairo It was a bug fixed in https://github.com/AppImage/AppImageKit/pull/863 --- docker/ubuntu/baseimage/Makefile | 2 +- docker/ubuntu/baseimage/bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/ubuntu/baseimage/Makefile b/docker/ubuntu/baseimage/Makefile index dd97c14..630a8b5 100644 --- a/docker/ubuntu/baseimage/Makefile +++ b/docker/ubuntu/baseimage/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.8 +VERSION=0.0.9 all: build diff --git a/docker/ubuntu/baseimage/bootstrap.sh b/docker/ubuntu/baseimage/bootstrap.sh index a4e9128..4c30a7e 100755 --- a/docker/ubuntu/baseimage/bootstrap.sh +++ b/docker/ubuntu/baseimage/bootstrap.sh @@ -14,7 +14,7 @@ MISC_TOOLS=(git subversion zip unzip vim wget p7zip-full bash-completion) LUAJIT_DEPS=($LIB32_GCC_DEV libc6-dev-amd64:i386) GLIB_DEPS="gettext" -APPIMAGE_DEPS=(libsdl2-2.0-0 libcairo2) +APPIMAGE_DEPS=(libsdl2-2.0-0) echo " ------------------------------------------" echo "| installing dependencies..."