From 10d25ced08ad7e743a8978610b0bab48d8997570 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 23 Mar 2022 23:09:36 -0500 Subject: [PATCH] added symlink for libvips so LuaJIT FFI can detect it --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e24c965..004456a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Then within the container: ```bash apk add --no-cache build-base bsd-compat-headers m4 openssl-dev libmagic libuuid lmdb lmdb-dev git readline-dev autoconf automake libtool zlib-dev vips ncurses wget unzip openssl util-linux-dev bash +ln -s /usr/lib/libvips.so.42 /usr/lib/libvips.so git config --global url."https://".insteadOf git:// # for luarocks pulling from github; it uses unencrypted git clone https://git.sakal.us/brian/luaver.git ~/.luaver bash