Skip to content

Commit

Permalink
[Docker] baseimage: add libcairo2 (koreader#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie authored Oct 28, 2018
1 parent 63d11a8 commit a2caf1f
Show file tree
Hide file tree
Showing 2 changed files with 4 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.7
VERSION=0.0.8

all: build

Expand Down
4 changes: 3 additions & 1 deletion docker/ubuntu/baseimage/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ 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)

echo " ------------------------------------------"
echo "| installing dependencies..."
echo "| $LUAJIT_DEPS "
Expand All @@ -28,7 +30,7 @@ apt-get install -y \
$GLIB_DEPS \
"${ARM_SF_TC[@]}" "${ARM_HF_TC[@]}" \
"${LUAJIT_DEPS[@]}" \
libsdl2-2.0-0
"${APPIMAGE_DEPS[@]}"

# --upgrade to prevent urllib3 errors
pip3 install transifex-client --upgrade

0 comments on commit a2caf1f

Please # to comment.