From 86105aae00c5ff0811406ddb5b7c2d332fba31be Mon Sep 17 00:00:00 2001 From: jm-clius Date: Thu, 4 Mar 2021 16:13:01 +0000 Subject: [PATCH] deploy: e61e487b00a8a352c5dd2ae5caa6b4c330a2ddda --- .update.timestamp | 2 +- Dockerfile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.update.timestamp b/.update.timestamp index cff869d97..f863a569e 100644 --- a/.update.timestamp +++ b/.update.timestamp @@ -1 +1 @@ -1614842361 \ No newline at end of file +1614873327 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 20f2d67e4..3463c0f57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,9 @@ RUN ln -s /usr/lib/libpcre.so /usr/lib/libpcre.so.3 # Copy to separate location to accomodate different MAKE_TARGET values COPY --from=nim-build /app/build/$MAKE_TARGET /usr/local/bin/ +# Fix for 'Error loading shared library vendor/rln/target/debug/librln.so: No such file or directory' +COPY --from=nim-build /app/vendor/rln/target/debug/librln.so vendor/rln/target/debug/librln.so + # Symlink the correct wakunode binary RUN ln -sv /usr/local/bin/$MAKE_TARGET /usr/bin/wakunode