From 0ea0001a94636fdfa97032c9d63e87d08cfb15b3 Mon Sep 17 00:00:00 2001 From: jm-clius Date: Thu, 10 Jun 2021 07:46:14 +0000 Subject: [PATCH] deploy: 0e1cfd9013d216bd687b575d1f970d02310d990e --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3463c0f57..3942b8a0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,8 +42,8 @@ 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 +# If rln enabled: 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