Skip to content

Commit

Permalink
[Docker] revert adding libcairo
Browse files Browse the repository at this point in the history
It was a bug fixed in AppImage/AppImageKit#863
  • Loading branch information
Frenzie committed Oct 28, 2018
1 parent a2caf1f commit d35a688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/ubuntu/baseimage/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.0.8
VERSION=0.0.9

all: build

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/baseimage/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit d35a688

Please # to comment.