Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Docker] baseimage: add libcairo2 #21

Merged
merged 1 commit into from
Oct 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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